Our powerful JS Calendar component


Post 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 112 times
fullweek not wanted
fullweek not wanted
Dayview_right_now.png (33.61 KiB) Viewed 112 times

Post by tasnim »

Hi,

You could use this code to achieve this

modes : {
    day : {
        allDayEvents : {
            fullWeek : false
        }
    }
}
Attachments
Screenshot 2023-03-23 141449.png
Screenshot 2023-03-23 141449.png (38.6 KiB) Viewed 108 times

Post Reply