I wondering is it possible to call some method, to manually rendering grid in Handsontable ? I need it, because after init, my first row has too big height. When I scroll the grid up and down, first row is rendered again properly. That's because ia have fixedRow, columns span and texts at first row cells are long.
I've tried Render() method but it didn't help. Only scrolling works.