Table with many columns: can the first few columns not to horizontally scroll?

Hi there,

I have an entity browse screen with many columns which has a horizontal scroll. The first few columns are important while scrolling the rest of the columns, and I want the first few columns not scroll. Could it be possible? Any demo code snippet would be much appreciated.

Hi,

Take a look at frozen columns count property of DataGrid component: DataGrid - CUBA Platform. Developer’s Manual On-line demo: https://demo.cuba-platform.com/sampler/open?screen=datagrid-frozen-columns

It’s just what I want. Excellent! Thanks Yuriy.

-Mike