Select to view content in your preferred language

Table Header Text Alignment and Wrapping

377
2
Jump to solution
02-24-2026 02:53 PM
ArielLow2146
Frequent Contributor

Is there a way to align the headers of a table element with the text? I'm also wondering if it is possible to wrap the table header text. I've seen some clever arcade solutions for the table text but don't see a way to implement something similar for the header text. 

Screenshot 2026-02-24 144903.png

0 Kudos
1 Solution

Accepted Solutions
JenniferAcunto
Esri Regular Contributor

ARIEL!!!! 👋

How are you?

You can throw some simple HTML directly into the Header box and it will be respected. Just add a <br> tag where you want the text to move to a new line.

2026-02-25_07-06-06.png

 

- Jen

View solution in original post

2 Replies
JenniferAcunto
Esri Regular Contributor

ARIEL!!!! 👋

How are you?

You can throw some simple HTML directly into the Header box and it will be respected. Just add a <br> tag where you want the text to move to a new line.

2026-02-25_07-06-06.png

 

- Jen
ArielLow2146
Frequent Contributor

@JenniferAcunto you're the best! Thank you!!! Adding the <br> and using some styling in a <span> solved both my issues

0 Kudos