I’m using
columnSorting: true,
and filters: true
with my handson table. I’ve fetched all my records with a single api call.
The filtering and sorting only applies to what is currently displayed.
How would I sort & filter on all the data loaded by the api fetch?