T
TanStack3y ago
extended-salmon

How can I get "selectedflatrows" from SubComponent Table

I am rendering Sub Components instead of subRows because of different headers. Now I want to get the details of SelectedFlatRows of the main Table + SubComponent Table. I have to do it manually or Is there any prop that can handle. Any help will be highly appreciated
No description
1 Reply
deep-jade
deep-jade3y ago
React Table Sub Components Example | TanStack Table Docs
An example showing how to implement Sub Components in React Table

Did you find this page helpful?