RE: change table column color based on the table item

Hi Mark,

The CellStyleGenerator gets in both item and property ids. You can then get the value by calling source.getItem(itemId).getItemProperty(propretyId).getValue()
See https://vaadin.com/api/7.3.7/com/vaadin/ui/Table.CellStyleGenerator.html