bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

GroupBar crash if columnReorder is disabled #10318

Closed isglass closed 5 days ago

isglass commented 1 week ago

Forum post

Hi,

I want to use the groupbar, but the user should not be able to reorder columns. If you configure columnReorder: false in the grouping demo an error is raised: Cannot create property 'usingGroupBarWidget' on boolean 'false'.

BR, Rico

matsbryntse commented 5 days ago

ColumnReorder feature is required, try setting:

 subGridConfigs : {
                locked : {
                    sealedColumns: true
                }
            },