Table Header Height

How do I change the height of the header in a regular Table component (not Power Table)? I’ve used HTML to make a centered multi-line header, but it’s not readable in the header.

Add a height property to the headerStyle prop:

image

Should have specified, in vision

You’ll have to use scripting to reach in to the component and extract the actual table header component, then give it a minimum size large enough for your wrapped text.

Alternatively, I’ll just not show the headers and make my own.

Thanks