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
Just upgraded from 5.2.2 to 5.3.1, and the scheduler config broke, fixed some changes which was fine, but it seems what the types indicate and what the docs do on responsiveLevels do differs from each other.
Both versions are 5.3.1.
As for types: ScheudlerConfig at scheduler.d.ts defines it's property responsiveLevels: Record<string, number|string>Grid.column.Column#config-responsiveLevels defines it as an Object, further defining "Column settings at different responsive levels, see responsive demo under examples/".
The same problem is present for the columns config: Grid.column.Column#config-responsiveLevels
Forum post
Just upgraded from 5.2.2 to 5.3.1, and the scheduler config broke, fixed some changes which was fine, but it seems what the types indicate and what the docs do on responsiveLevels do differs from each other. Both versions are 5.3.1.
As for types: ScheudlerConfig at scheduler.d.ts defines it's property responsiveLevels: Record<string, number|string>Grid.column.Column#config-responsiveLevels defines it as an Object, further defining "Column settings at different responsive levels, see responsive demo under examples/".
The same problem is present for the columns config: Grid.column.Column#config-responsiveLevels
The referenced example has following code:
This does not correspond with what the types dictate, and I'm not quite sure what is supposed to be the correct definition for this.