Multi-lines in Table's header

Hi

Are there any ways to have multi-lines for the table header?
At the moment, the user has to hover over to see the full header.
Thanks.

I am using this CSS for now but wonder if this is going to be the right way.
._retool-table1 ._xov9f._x4j1F {
height: 85px !important;
}

._-pifF._4EzI8 {
text-wrap: wrap !important;
}

Before
image

After
image

1 Like

Hello! Thank you for sharing that custom CSS to help other users until we can natively implement this. I'll keep this thread updated :slight_smile:

1 Like

@victoria are there any news on this?

We haven't been able to prioritize this yet, so no updates, unfortunately :disappointed:

Tess we desperately need this simple ability. Users have been requesting this since 2022. Any way for you or us to bump this feature request up in the priority list?

Hey @abdulwasae,

I know this may not be ideal, but you can work around this limitation via CSS (within your app or globally). See here a post from last week with the most up to date class to achieve this.