SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

Can we perform server-side pagination/searching/sorting using SlickGrid ?

Open VaibhavP17 opened this issue 9 years ago • 1 comments

Hi, I am very new to SlickGrid. Pardon me if this is a silly question. But I wanted to know, if it is possible to perform server-side pagination using SlickGrid.

I have just been assigned a new project and it is running on SlickGrid. It seems to be working fine but when we have a very large data from the server-side, the API response seems to be lagging and hence the delay in result.

So, if anyone can guide me how to go about this situation and does SlickGrid provides any out of the box API to perform these things ?

VaibhavP17 avatar Nov 17 '16 13:11 VaibhavP17

Firstly, you might want to look at my repo. This repo is about two years out of date.

Server side paging can be done with AJAX, look at http://6pac.github.io/SlickGrid/examples/example6-ajax-loading.html

6pac avatar Nov 18 '16 00:11 6pac