[font=arial]
Hi,
I would like to know if there is the possibility to optimize all table clomuns’ width in Vaadin
at once
.
Knownly, there is such possibility in windows-explorer windows.
regards
Jan
[/font]
[font=arial]
Hi,
I would like to know if there is the possibility to optimize all table clomuns’ width in Vaadin
at once
.
Knownly, there is such possibility in windows-explorer windows.
regards
Jan
[/font]
Hi,
there’s no such feature in the table component. You can achieve something like this (although automatic) by extending the Table class and setting the protected alwaysRecalculateColumnWidths field to true.
-tepi