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

Column auto adjustment for Multiple linked Schedulers When Hiding / Showing a Column #9978

Closed JockeLindberg closed 1 month ago

JockeLindberg commented 2 months ago

Forum post

Begin with partnered schedulers, both without any subgrid configs (no width set), and all fixed width columns The normal behaviour for a single scheduler, is to adjust the subgrid width according to the sum of the columns width. But when partnered, the subgrid of the scheduler which is the "partner" (the one that doesn't have the partner config), will be the width both scheduler's subgrid uses. It should use the largest.

When fixing, also describe in changelog, with instructions how to revert to original behaviour (set subgrid width)

This should only affect auto calculated subgrid widths. When a subgrid gets its own width, like resizing, the resized width should be the one used.