Olá
pessoal
Preciso alterar a tr dessa table para colocar cor das letras mais teria que ser na tag Grato e não .
teria como fazer isso?
<display:table name="listausuarios" style="COLOR:#eeeeee; COLOR: #445588;" export="true" pagesize="20" requestURI="ListaUsuario.do">
<display:column property="rp" style="width: 150; " title="RP" sortable="true" />
<display:column property="cpf" style="width: 250; " title="CPF" sortable="true" />
<display:column property="nome" style="width: 550; " title="Nome" sortable="true"/>
<display:column property="sobrenome" style="width: 250; " title="Sobrenome" sortable="true"/>
<display:column property="estado" style="width: 100; " title="Estado" sortable="true"/>
<display:column property="cidade" style="width: 350; " title="Cidade" sortable="true"/>
<display:column property="aproveitamento" style="width: 150; " title="Aproveitamento" sortable="true"/>
<display:column property="status" style="width: 150; " title="Status" sortable="true"/>
</display:table>