Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Resizing a table
Is there a way to declare a table resizable?
In addition to scrolling, I would like to give the user the ability to resize the table in order to see more rows and colons
Last updated on
Hi,
The Table itself does not support resize functionality (like Window does). But you can always put the table into a popup Window and set sizes to some relative values (let's say 100%) -> the Table will always consume the whole space. Same will work with the main browser window.
cheers,
sasha
Last updated on
You cannot reply to this thread.