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?