Page 1 of 1

[VUE 3] dayview shows full week instead of current day

Posted: Thu Mar 23, 2023 9:34 am
by denis

Hey Team Bryntum,

since updating from version 5.1.1. to version 5.3.0 our dayview shows the full week instead only the current day.

How can I achieve that dayview shows only the current day (synced with the view description) - please see example pictures below:

current day
current day
Calendar_Dayview_like_we_want_it.png (17.51 KiB) Viewed 223 times
fullweek not wanted
fullweek not wanted
Dayview_right_now.png (33.61 KiB) Viewed 223 times

Re: [VUE 3] dayview shows full week instead of current day

Posted: Thu Mar 23, 2023 10:14 am
by tasnim

Hi,

You could use this code to achieve this

modes : {
    day : {
        allDayEvents : {
            fullWeek : false
        }
    }
}