Hi, we are trying to use pagination with Handsontable. We were running into issues with filtering and column sorting. We were able to fix the filtering issue after following your example from a previous post: http://jsfiddle.net/handsoncode/g912eb3o/
However, we are still running into issues with column sorting - it only sorts the data that the page is on, and not the entire data set (including the data from the other pages).
Here is the demo that I am currently working on: https://stackblitz.com/edit/react-handsontable-test-collapse-vv7hcc?file=Table.js,index.js. Do you have any idea of how to implement a possible solution for this? I’ve tried a few things but nothing seems to work.
Thanks