Table indicate modifications

Hey guys

I’m currently working with a table in my project that has an id, name, and description field. This table is editable. I want to display a star next to a row’s id if it’s data has been modified. Is there an effective way to do it? The id field is read-only.

Sincerely
Johan

You could either use a ColumnGenerator or override Table#formatPropertyValue().

I’ve been looking into it myself. Is it possible to link a field’s value change listener (Set inside my extended TableFieldFactory) to a specific row’s header (To set an icon perhaps?)