Freeze column in table

Can we freeze one or more columns in CUBA table?

Hi Mortoza,

CUBA Table does not support frozen columns at all, so you have only one option - use Vaadin Grid component with WebComponentsHelper.unwrap. We are planning to add Grid support, but I don’t know when it will be implemented.