T
TanStack3y ago
rising-crimson

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?
React Table Row Selection Example | TanStack Table Docs
An example showing how to implement Row Selection in React Table
1 Reply
rising-crimson
rising-crimsonOP3y ago
Also worth noting. I combined this with the virtualized rows: https://tanstack.com/table/v8/docs/examples/react/virtualized-rows
React Table Virtualized Rows Example | TanStack Table Docs
An example showing how to implement Virtualized Rows in React Table

Did you find this page helpful?