Sorting columns - set vs background-color

Sorting columns - set vs background-color

luma64luma64 Posts: 4Questions: 1Answers: 0

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

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @luma64 ,

    the best bet is to use createdRow - the example on that page is pretty much what you want,

    Cheers,

    Colin

This discussion has been closed.