• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem adding style/styleName to tableheaders of GWT CellTable colums

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic