Data grid - Change text colour

Is it possible to change the colour of text output in a data grid?

Do you want to do it dynamically or not? It sounds to me that you’re better off using a HTML table.

1 Like

Hi, I am pulling in data from a google sheet. I can write HTML but I’m not sure how to use HTML tables to pull the data in.

You can add HTML to a Template column, using replacements to add your data values.
Then display that using a Rich Text component. To change colours/styles, use inline CSS.

3 Likes