Documentation

Row Height

The Simple Table component allows you to customize the height of rows to accommodate different types of content and design requirements. This page explains how to configure and use the row height feature.

Using Row Height

You can specify the height of rows in a Simple Table using the customTheme.rowHeight property. This property accepts a numeric value representing the height in pixels and is passed via the customTheme prop.

Row Height Configuration

PropertyRequiredDescriptionExample
customTheme.rowHeight
number
Optional
Sets the height of all rows in the table. Accepts a numeric value representing pixels. Passed via the customTheme prop.

Learn More

The customTheme prop controls layout dimensions that affect the table's virtualization engine. For a complete guide to all customTheme properties and how they work, see the Custom Theme documentation.