Does handsontable provide pagination by default that we can enable using some configuration?
Hey @shradhag510
we do not provide pagination. By default, everything you load into data
is shown in the table.
Hi @shradhag510
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.