Set fixed row height

Hello - I am looking for the magic combination of bools and other settings to set a consistent row height. Setting autoRowSize to false and rowHeights to some number should do it, but it doesn’t. It wants to set the row height to some other number instead.

See this fiddle. Set the rowHeights to 80, it works. Set it to 8, the value is not respected.

Hi @anthony.agostino

Thank you for contacting us. This is because the minimal supported value for the row height is 23px, anything below that will be skipped.

I see - thank you