|
I hope this will help you.
In this code I am checking for deviceAvailable property. You can change
according to your requirement. <display:table
class="searchResultTable" id="skuData"
name="skuSearchResult" export="true"
pagesize="50" requestURI="/sku/search.do"> <bean:define id="classStyle"
value="searchResultTableData"/> <bean:define id="deviceAvailable"
name="rowData" property="deviceAvailable"/> <logic:equal name="deviceAvailable"
value="true"> <bean:define
id="classStyle" value="searchResultTableData"/> </logic:equal> <logic:equal name="deviceAvailable" value="false"> <bean:define
id="classStyle" value="searchResultTableDataHighLight"/> </logic:equal> <display:column headerClass="searchResultTableHeader"
class="" titleKey="<%=columnHeader.toString()%>"> <div
class="<%=classStyle%>"><bean:write name="rowData"
property="columnValue1"/></div> </display:column> </display:table> --VJ From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mas Qutbuddin Thankyou for your reply!!!!!!!!!!!!!! how do I change a particular row with a
different color ???/ Do u have nay sample code MQ From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vijay Kallepalli I posted the same issue some time back in
this mailing list. The answer was not possible to have control on individual
row. I manipulated and displayed the text in a particular row with a different
color rather than changing the row background color. VJ From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mas Qutbuddin hello, how do i change color of a row based on status_code field in
my table for example :
|
- [displaytag-user] how do i change color of a row based on... Mas Qutbuddin
- RE: [displaytag-user] how do i change color of a row... Vijay Kallepalli
- RE: [displaytag-user] how do i change color of a... Mas Qutbuddin
- RE: [displaytag-user] how do i change color of a... Mas Qutbuddin
- RE: [displaytag-user] how do i change color of a row... Vijay Kallepalli

