Change text colour

I would really like to be able to change the text colour in a cell/column/row in a similar way to how you can change the background colour. (Changing the text colour is a but more subtle)

Jeremy

This can be done. You just have write the CSS to apply a style to that value in the cell or column or row. Or you can use tags as well...

Ah yes, I'd forgotten about that.

I'll have to re-look at that again.

Thanks for the reminder.

Jeremy

Hi @ScottR

Sorry, I've returned to this item after a while working on other parts of my app.

Do you have any examples I could see? How do you apply the style to the value, row or column, please?

What I'm after is having the colour of the text in a row (or individual values), based on the value of a cell in that row?

Thanks

Jeremy

I have implemented tags as opposed to text like the following within the column
{{item == 'Completed'?'#52a63e':'' || item == 'Cancelled'?'#ff4d4d':'' }}

Screen Shot 2022-08-10 at 12.45.42 PM

1 Like

Thanks @ScottR

Not quite what I'm looking for as I don't have the width to add additional columns so was hoping to represent the "data" by using text colour.

I think my feature request still stands.

Thanks for your efforts though.

Jeremy