Maintaining Row Color
Maintaining Row Color
fresler
Posts: 7Questions: 2Answers: 0
In my table I have colored rows using the style parameter in a tr tag. When datatables loads it the colors are gone. How can I keep the colored rows?
This discussion has been closed.
Answers
I discovered if I apply the style to each TD instead of TR it works fine.