posted 12 years ago
Hi folks,
thats my first post here and i'll just use it to start with a problem i have with the GWT CellTable.
My code looks like the following:
I need to set the header of a specific column . Not alternating with odd and even. Just the header of this single colum. But i can't access the table header. Tried SafeHtmlHeader etc. and tried to apply the styles to these, pass them to the table via addColumn. Didn't work at all. Is there any way to achieve what i'm trying to do?
The GWT Version is 2.4.
Thanks in advance.