-
Notifications
You must be signed in to change notification settings - Fork 283
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I understand how to use insert() in order to add new rows, which works great when I simply want to load a bunch of data remotely.
But if the data is big it can become slow, so obviously I can just load part of that data. But then the datatable is only showing the partial data, and the pagination is related to the partial data.
If the library had a way to know the maximum number of items, the pagination could be based on that number, rather than the number of actual items. Of course, if someone clicked on a page (or sort, filter, etc.), it would need to make a callback to properly fetch the data.
I realize this isn't trivial, but would be a cool feature.
Yahav, Giftzwerg02, sbahr001, Jakob37 and rvrvrvsergebruni and Giftzwerg02
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request