I'm using jqgrid. I need to set background color of the cell based on the values.
I have tried using the following code after reload the table the color is disabled.
jQuery("#list").setCell
('5','5','t',{background:'#ff0000'});
I want to set the cell background color on table loading, based on the cell values.
how to do this?
Thanks in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…