Lazy loading #108
-
Hi, I've been using your project for a while now (its great btw 😊). I have now encountered the scenario of having to display a table with many thousands of rows. Is lazy loading possible with this library? Currently I call off to an api to load all of the results and return it in an array, which I then set with I'm assuming that if the current page and row count were tracked by myself rather than the library, I could trigger another call to the api when ever the user changed the page number or the rows per page, then with the result I can use Although I'm not too sure about how the search functionality would work with lazy loading. I would appreciate any answers/ideas on the topic. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@Josh-Nicholson , doesn't the remote API already handle lazy loading pagination and remote search? |
Beta Was this translation helpful? Give feedback.
@Josh-Nicholson , doesn't the remote API already handle lazy loading pagination and remote search?
https://vincjo.fr/datatables/remote/examples/user-api