Premium support for our pure JavaScript UI components


Post by Giovanni Pini »

Hi,

I'm trying to change the width of the Scheduler cells according to browser width.
Starting from https://www.bryntum.com/examples/scheduler/scrollto/, I have added the following lines to the Scheduler constructor in order to reproduce my issue.

responsiveLevels : {
        small : {
            levelWidth : 800,
            tickSize  : 300
        },
        normal : {
            levelWidth : '*',
            tickSize  : 150
        }
    },

When I resize, the cell width remains 100px (the size defined by the 'dayAndWeek' preset). It does not take into account the responsive levels. It was working with version 3.0.4.

Can you please tell me what I am missing or what is changed?

Thanks,

Giovanni


Post by pmiklashevich »

Thank you for the report, ticket here: https://github.com/bryntum/support/issues/2185

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply