Table.setLocale(...)

Hi

I have a table with a date column. Setting the table locale doesn’t affect the date column.

How can I solve this problem?

12133.png

Override the following method in your Table to format your Date:

protected String formatPropertyValue(Object rowId, Object colId, Property property)

thx will give it a try.

omg vaadins localisation possibilities are unusable :open_mouth: