Colored Tabs for Tabbed DataTable

Colored Tabs for Tabbed DataTable

zgoforthzgoforth 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

Answers

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,771
    Answer ✓

    One option is to use initComplete to add a class to the tab based on your criteria.

    Kevin

This discussion has been closed.