MaLaTang
(178544630)
July 6, 2021, 2:18am
1
I set the minimum row height by updateSettings, without success.
_this.updateSettings({
'rowHeights': 1,
});
After running the code, he did not set the height to 1px.
Rows seem to have a minimum height. How do I remove this limit?
Hi @MaLaTang
as mentioned here Options API reference - JavaScript Data Grid | Handsontable
The default height for rows in the rendering process equals 23px.
Height should be equal or greater than 23px. Table is rendered incorrectly if height is less than 23px.
MaLaTang
(178544630)
July 6, 2021, 8:30am
4
@aleksandra_budnik
Hello, yes.
How do I force it to change because I have some special tests.
I hope you can tell me how to remove this restriction.
I would call it a hack https://jsfiddle.net/o7u5gsp9/1/ especially cause other elements like menus, editor are not called to the lower height.