Is it possible to style the data being displayed in tables?
Is it possible to style the data being displayed in tables?
 Chris_AntEater            
            
                Posts: 1Questions: 1Answers: 0
Chris_AntEater            
            
                Posts: 1Questions: 1Answers: 0            
            
I'm trying to style the data in the table which is being called and shown as such:

I don't see how I can style certain parts of the data being displayed. I would like to add badges to data in certain rows. Would anyone be able to help me with this?
thank you ahead of time!
This discussion has been closed.
            
Answers
Hi @Chris_AntEater ,
There are several ways you can go.
columns.classNamecolumns.renderto render a specific columncreatedRowcan be used to style a row on creationdrawCallbackcan be used to style a row on each draw (if the conditions change for each draw, otherwise usecreatedRow)Hope that helps,
Cheers,
Colin