I have a simple table on a dashboard which has various bits of info. In particular, there is a "dest" column. I'd like to colorize each row according to the dest value. Values of "dest" column are dynamic. I have seen almost similar kind of thread here, but that is of static values (we know there will be only 3 values of severity column). I am looking for something of dynamic values (Not sure how many dest are possible).
And, I am fine with defining just 5 background colors (5 CSS classes) and assign first color for 6th "dest" value, 2nd color for 7th "dest" value....and so on