Colored Tabs for Tabbed DataTable
Colored Tabs for Tabbed DataTable
zgoforth
Posts: 493Questions: 98Answers: 2
Hello,
Here is my static working case: https://jsfiddle.net/26tzd57L/
I was wondering, is it possible to color the tabs of each different tabbed table depending on the values of the table?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
One option is to use
initComplete
to add a class to the tab based on your criteria.Kevin