Our pure JavaScript Scheduler component


Post by saranya.k@lnt »

We are using scheduler pro licensed version. We need to bring some customization to the grid columns, where in group of columns shall be hidden on display on button click similar to the one in grouping in excel (sample attached). Please guide on how to achieve this.

Attachments
column_grouping.JPG
column_grouping.JPG (45.3 KiB) Viewed 630 times

Post by mats »

You can easily control if a group is hidden or shown using the https://bryntum.com/docs/grid/#Grid/column/Column#config-hidden property so simply add your own buttons as you desire and try

scheduler.columns.getById(someColumnId).hidden = true

Post Reply