Tabs switching with multiple tables on each tab fails
PrzemyslawKlys opened this issue · 3 comments
Hi @opustecnica,
I think we didn't fix it - your query selector only finds first value and uses that, but it doesn't work for all data tables that are visible, so it fails on all other tables.
PSWriteHTML/Resources/JS/tabbisAdditional.js
Lines 13 to 20 in cf40b03
It's easy to reproduce:
PSWriteHTML/Examples/Example-DashimoStyle/Run-EasyDashboard.ps1
Lines 1 to 36 in dd63ea4
I think I fixed it.
PSWriteHTML/Resources/JS/tabbisAdditional.js
Lines 1 to 33 in d87dbd1
This should do the trick
Just saw this. I have a few work related items that need addressing immediately and I will check on the solution.
I'm pretty confident I fixed it :-) But do verify ;-)