mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

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

Open VaibhavP17 opened 7 years ago

VaibhavP17 commented 7 years ago

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 ?

6pac commented 7 years ago

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