Hi Handsontable team,
Demo: https://jsfiddle.net/guobacai/46gcnaLz/62/
If there is any column selected, after calling reloadData
, the first row of first selected column will be highlighted. This only happens when there is hidden column in the table.
Therefore, two premises:
- There is hidden column.
- There is selected column.
Then, when you call thereloadData
, you can see highlighted cell.
In the demo, you can click any button in the column header or simple click Reload Table
button, then you should be able to see the highlighted cell.
I am not sure if this is expected behavior. Selection (highlight) on cell is explicitly disabled. Therefore, I would expect no cell is highlighted under any circumstance.
If this is expected behavior, could you provide workaround to disable this behavior?
Thanks a lot