-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I am having a huge problem trying to implement pagination alongside filtering/sorting.
As far as I can tell the pagination works by only feeding a small subset of data to the Grid component, however, the Grid component is the thing doing the filtering and sorting which leads to a situation where its only filtering and sorting the current page.
I am trying to work with 100,000 rows and sorting and filtering on just the 50 you are currently viewing is kind of pointless.
Am I missing something here or is there no way currently of having both pagination and global filtering/sorting?
I have tried various ways of intercepting the sort and writing my own filter, but its getting so fiddly I feel like I must be missing something obvious.
Thanks in advance.