Open
Description
Checkout TanStack Table.
This is a follow up of #330 to cover:
- adding react-table as implementation and make it backward compatible.
- when using
config
of TableModule, no changes to existing apps that use it. - when using
columns: ColumnRef[]
to configure TableModule , it will usereact-table
's implementation.
Tasks
- rendering - adapt stanstack table API
- row selection
- sort by column
- sticky column
- row actions
- row click