Same data in two tables after filtering
Same data in two tables after filtering
vivalaz
Posts: 10Questions: 6Answers: 0
There is a way to make something like that:
I have main and additional table. After filtering in the main table, I have an array of Id's. Is it possible to filter out an additional table on these Id's?
This discussion has been closed.
Answers
Hi @vivalaz ,
This example here is similar, though in some ways opposite, to what you want to do. Here, rows that match a search are transferred to a second table on the click of a button. You could use this as a guide, and instead of adding the rows to the second table, remove them out as you want.
Cheers,
Colin
Sorry, but still I can not understand how to display the corresponding rows in the additional table based on the data received from the main table column?
Hi @vivalaz ,
Here you go - take a look at this here. Any record matched in the top table is removed from the second table. Hope that's what you're after,
Cheers,
Colin