开发者

Column's Sortable changed table's background color

开发者 https://www.devze.com 2023-03-23 11:18 出处:网络
I\'ve a table which is: <display:table cellpadding=\"2\" cellspacing=\"1\" name=\"${xxx}\" id=\"xxx\"

I've a table which is:

<display:table cellpadding="2" cellspacing="1"
        name="${xxx}" id="xxx"
        styleClass="black11" bgcolor="#b3b3b3" export="true"

and when I add sortable to one of a column,column's title background changes.

<display:column title="Company Name Company Id" sortable="true" sortProperty="companyName">

I mean: before adding sortable="true", background color was grey, after adding that it 开发者_运维知识库changes to kind of blue; how can I stop that changing?


You could define that in your CSS, what is the HTML that that piece of outputs?

0

精彩评论

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