Is it possible to filter a table by rows with the attribute select: true
, considering that select
is not part of the data but rather an attribute of RowNode?
I have tried using gridApi.getSelectedNodes()
as well as text and number filters, but haven't been successful.
In a table containing 10,000 items, users should be able to see only the rows they have selected after scrolling and checking multiple rows.