Search code examples
javacssgwtcelltable

java gwt multiselectionmodel disable blue


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?


Solution

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