I have a custom editor/renderer that returns a DOM that is higher than the cell currently selected after input. handsontable properly adjust the row height, however if fails to redraw the cell selection border correctly (blue line). The blue line indicating the cell selection stays at the original position and doesn’t extend to the new cell height
What could I call when closing the editor to force a redraw of cell selection border?
I also noticed that when a row is expanded after a cell renderer returns a bigger height, that even though the row is adjusted to the new row, columns that are pinned don’t get their row adjusted.
Thanks