tanstack-table row selection/row virtualized: How do I maintain the selection with a column filter?
I'm following this example: https://tanstack.com/table/v8/docs/examples/react/row-selection
However, when I try to filter a column, the state of the row selection is not maintained, but in the example it is.
So what would maintain the row selection when filtered?
However, when I try to filter a column, the state of the row selection is not maintained, but in the example it is.
So what would maintain the row selection when filtered?
An example showing how to implement Row Selection in React Table
