开发者

How to SET JQGRID ROW background color?

开发者 https://www.devze.com 2023-01-12 06:49 出处:网络
I want to set the JQGRID row bgcolor depends upon the condition? How to do it? Im using php. T开发者_如何学JAVAhanks in advance,look at jqGrid Coloring an entire line in Grid based upon a cells value

I want to set the JQGRID row bgcolor depends upon the condition? How to do it? Im using php.

T开发者_如何学JAVAhanks in advance,


look at jqGrid Coloring an entire line in Grid based upon a cells value. You should examine current row values after data loading (inside of loadComplete for example). For the elements where you want change the background-color you should remove 'ui-widget-content' css class and then add another class which defines the color which you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消