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

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