Hi,
I’m doing an ajax reload/re-render on my handsontable, and I want to keep the table viewport the same. Right now it scrolls the active cell all the way to the bottom right corner.
I tried calling scrollViewportTo() AFTER my re-render. It will scroll to the specified cell (a few cells below the selected cell, to keep the selected cell more centered on page), but immediately scrolls back to the selected cell.
What is a good way to keep the viewport the same (or relatively the same) after an ajax reload?
Thanks!