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.