Our powerful JS Calendar component


Post by lanpeng »

Hi bryntum team,
My project has a style requirement. In the example Resourceviewwhich provided by your team .when i choose the week mode,the calendar shows Weekly daily tasks for each employee .But i'd like to show Tasks of each employee every day within a week 。
May be it sounds a little messy . The effect I expect is shown in pic1 。the example shown in pic2.

Attachments
pic2.png
pic2.png (142.92 KiB) Viewed 332 times
pic1
pic1
pic1.png (78 KiB) Viewed 332 times

Post by saki »

You can start with adding this configuration to the resourceview demo:

        dayResources : {
            type               : 'resource',
            title              : 'Day',
            resourceWidth      : '30em',
            hideNonWorkingDays : true,
            view               : {
                type : 'dayview'
            }
        }

Post Reply