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

1 Reply
deep-jade•3y ago
This might help you out:
https://tanstack.com/table/v8/docs/examples/react/sub-components
React Table Sub Components Example | TanStack Table Docs
An example showing how to implement Sub Components in React Table