Formatting the output in a Data Grid

Reviewing the doc here shows how to apply each field value in your row.

What I can’t seem to find is a way to format the output. In my database I have a ‘status’ field which is all lowercase. Visually, I’d like the status to appear as a Capital first letter.

Can this be done using the Data Grid element as designed or should I go about this a different method? Perhaps I can manipulate my API output to format it there instead if the answer is no.

Hey @matt-thrive
This can be done with the Character case property available on any text component
CleanShot 2024-02-23 at 10.24.10

Embarrassing I overlooked how this works. Thanks!

1 Like