Page 1 of 1

[GANTT] Sticky Columns

Posted: Thu Jul 29, 2021 10:13 am
by DevHouse

I would like to request a config to be added to the Columns model. The config I would like to see is something like "pinned". With this config I would like to see a number of columns to remain visible upon scrolling the table horizontally.

A good example: https://css-tricks.com/a-table-with-both-a-sticky-header-and-a-sticky-first-column/


Re: [GANTT] Sticky Columns

Posted: Thu Jul 29, 2021 10:32 am
by mats

If I understand you correctly, you can implement this yourself using our regions concept: https://www.bryntum.com/examples/grid/multiregion/

A grid can have any number of sub regions inside it which you can use to pin columns. Try it out?