0

I'm using multiselectionmodel for a cell table. When clicking on a row it is changed to a blue format. Is it somehow possible to disable this? Probably in a .css file?

wasp256
  • 5,943
  • 12
  • 72
  • 119

1 Answers1

1

You can change the styling of a CellTable however you want by providing your own CellTable.Resources in the constructor.

Thomas Broyer
  • 64,353
  • 7
  • 91
  • 164
  • would it also be possible by using: this.taskTable.getElement().getStyle(). but now I don't know what to set? – wasp256 Nov 13 '12 at 10:29