Replies: 1 comment 4 replies
-
|
While it's not obvious you could just search for something that doesn't exists in the table New-HTMLTable -DataTable $DataTable1 -Title 'Test1' -PagingLength 2 -Find 'Something' Probably searching for " " would work making the 2nd table empty. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there -
Really enjoying playing around with this incredible project.
My question is as follows:
I have 2 datatables, and have a TableEvent linked from table 1 to table 2.
The idea is to filter table 2 on specific values from table1. This works really well... However on initial load, I want table2 to display nothing until a row is selected in table1. At the moment table1 and table 2 shows all records until a selection is made in Table1
(Hope this makes sense)
Or optionally, if I can pre-select a record in table1 on load to only display that linked item in table2 - it will be acceptable
greatly looking forward to your reply
Thank you
Beta Was this translation helpful? Give feedback.
All reactions