Hi,
I am using handsontable and I would like to edit a cell in my table.
But when I dblClick in a cell, the table is growing up like this in steps :
Step 1:
Step 2 :
Step 3 :
Step 4 :
Etc …
The only way I found to solve it is to say :
var h = (3 lines + 1 header) * 25 (the aproximate line height);
HOT.height = h;
It’s not precise, and if I need to add a line dynamically, I have to edit the height of the entire table
Can you help me and say me how I can repair that please ?
Thanks a lot.
Antoine Duval.