Since select is an attribute of the RowNode and not part of the data, how can I filter a table by those rows which have select: true?
I'm aware of the gridApi.getSelectedNodes() I've also tried text and number filter.
In a table of 10,000 items. The user needs the ability to only see the rows they've selected after scrolling and checking several rows.