We are considering to use handsontable but we need to do “server side pagination”.
Does HandsonTable support server side pagination? Is there any example that we can review?
We are considering to use handsontable but we need to do “server side pagination”.
Does HandsonTable support server side pagination? Is there any example that we can review?
I am not a Hot representative. But while you await a definitive reply from support, the answer has always been: no, Hot does not support server-side pagination (unless you want to try to completely write whatever yourself).
That is correct. We suggest doing the pagination server-side. However, if you are using sorting or filters you need to forget about server-side pagination.
We just launched Handsontable v16.1.0, where you can test pagination.Here is the corresponding pull request https://github.com/handsontable/handsontable/pull/11612 with a lot of new API available.
In this guide, you can test it out https://handsontable.com/docs/react-data-grid/rows-pagination/.
At this link you will find the full list of changes https://handsontable.com/docs/react-data-grid/changelog/#_16-1-0
Within that version, we also added LTS support, Key-Value dropdown/autocomplete, and a Loading screen.