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 use react-table 's implementation.
Tasks