Sorting columns - set vs background-color
Sorting columns - set vs background-color
Haloo, i have some table with more columns and rows. One colum has 6 different values. Every value in column has own background-color( for examle 1 is blue, 2 is red etc).
In not sort view background-color in cells of column is ok (every value has set own color).
When I press sort button of this colum in header then all cells in column lost own color and every cells have same color (like in source of this module ).
What place in what css I must modify ? Color must set own color after sorting column, thank, Lubo
Replies
Hi @luma64 ,
the best bet is to use
createdRow
- the example on that page is pretty much what you want,Cheers,
Colin