Is it possible to do line break in a cell of table in AGOL Dashboard?
Something like this here:
The data is collected in 3 different fields. I can place them back to back separated with a comma but would like to have them on separate line.
I tried TextFormatting.NewLine, doesn't work...
Ken
Solved! Go to Solution.
Yes! The Table widget only likes HTML tags, so use <br> or <p>. This works for the headers, too, if you have long column names.
Yes! The Table widget only likes HTML tags, so use <br> or <p>. This works for the headers, too, if you have long column names.
Thank you very much!
Ken
Use <br/>, which is the HTML line break.