HI all,
How can we change look and feel of data grid in gwt2.4.
I am using like:
dataGrid.addStyleName("tableWidget");
and in CSS i have defined :
.tableWidget {
background: brown;
color: black;
font-weight: bold;
font-size: 14px;
}
it changes the color of text as black and changing only the background of
header and footer,not the row background..and also if i change the even/odd
number of rows color to be chaned,how can i do this??
Regards,
VJ
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.