Hi Team,
I am facing couple of issues when using Handsontable for displaying of data:
- If there is a large data, when I scroll down and click on a cell, it multi selects the cells in that columns. See the screenshot below:
I tried the setting selectionMode: 'single'
doesn’t help though.
- Next issue I am facing, when I press enter on the cell, I have a function to generate the next number in the hierarchy, due to which I reload the data into handsontable, even on insert row, scroll jumps and comes back to selected cell.
I am using merge cells feature, it gets called after the data is loaded, as the data is dynamic, merge cells is called in updateSettings function of handsontable. Please let me know if you need some more inputs.
Thanks,
Vani