Our powerful JS Calendar component


Post by tokytok »

Hi,
I try on the demo :
https://www.bryntum.com/examples/calendar/bigdataset/
I have add this :

const calendar = new Calendar({
    ...
    weekStartDay: 1,
    modes : {
        agenda: {
            range: 'week',
            weekStartDay: 1,
        }
    }
    ...
}

It's ok on week view but on agenda view, week start with Sunday instead of Monday.


Post by saki »

Thank you very much for reporting the bug. The ticket is here: https://github.com/bryntum/support/issues/2850


Post by eangelov90 »

Is there an ETA for a fix?

From the github issue is see that the fix was pushed several times.


Post by mats »

We'll try to add to next patch release, sorry for the wait!


Post Reply