Migrating from bootstrap table 2 to react-table
I have a data fetch api with sorting, filters and pagination parameters. I am trying to migrate from bootstrap table 2 to tanstack react table.
It seems I have to use oncolumnfilterschange and onsortingchange etc... Is there any examples like my case?
my code got ugly eg) async (updater) => { await setColumnFilters(updater) } to get newer values to table object.
0 Replies