One of the tables im working with has the Select extension setup, and I have a little toolbar that adds some features to the table. I was wondering if there was a way to show only the rows that are selected in the table?
For example, say someone goes through any number of pages, and selects different rows on each one. Then they want to view the children on all of the selected rows. I wanted to basically filter the table so only the selected rows are visible, then show the child on each.
Is that possible? I dont see a way to search the table using a function, it looks like you have to use a string.
I know I could do something really cheesy like add an extra column and have the value of it change when the row gets selected/deselected, then search the table via that row.. But Im hoping theres a better way.
Thanks!