ExtJs GridPanel column Text Color

CSS:

.x-column-header-text-inner{

color:red;

}

 

JS:

$('.x-column-header-text-inner').filter(function(){
return (/启用/i).test($(this).text())
}).css('color', 'red');

posted on 2022-09-15 21:26  wakaka_wka  阅读(15)  评论(0编辑  收藏  举报