Is it possible to have a multi-row header in table results. Thanks

Not at the moment. Can you describe your use-case? There may be a workaround.

I have many columns to show and I need to reduce the horizontal scroll.

Since tables accept HTML, you can merge two or more fields using line breaks (<br>) and text formatting (<b> or <i>, for instance) to create fields like:

Name: John Doe
Age: 54
City: New York, NY

I can’t merge the fields. I have to consider each of them singularly.

Could you show an example of a good multi-header implementation? I’m struggling to picture a solution that would substantially improve horizontal scroll. Maybe if the multi-headers were collapsible?

1 Like