When handling pagination programatically on Handsontable, if you set the initialPage parameter, it’s not possible to navigate between pages. This happens on the official StackBlitz example provided in the documentation, so this is likely a bug with the Handsontable implementation.
Steps to reproduce:
- Open this example in StackBlitz: Row pagination - React Data Grid | Handsontable
- Add initialPage: 2 (or any number) to the pagination object on the HotTable configuration
- Try to navigate between pages on the table
- Notice that the pagination component is updated, but the table is not
