Minimum row height?

Tags: #<Tag:0x00007f0b040d3f98>

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 https://handsontable.com/docs/9.0.1/Options.html#rowHeights

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.

@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.