Search found 7 matches

I've seen this but it doesn't have example for angular wrapper with is what I am using
How do I custom event edit? Change title, choose what fields to show in the UI?
Do you have an example of a full test case I am supposed to upload? I m quite confused
I did this and it doesnt seem to work
columns : [
        
    ],
    resourceColumns : {
        columnWidth    : 20,
        headerRenderer : ({ resourceRecord }) => `${resourceRecord.id} - ${resourceRecord.name}`
    },
How do I set the width of the column? I tried width : 75 but it doesnt seem to work
1. How do I modify time label to have like 08:00 AM, 08:15 AM, 08:30 AM, 08:45 AM?
2. How do I change the column width?
3. How do I set datefield picker minimum date?
I am using scheduler in angular with vertical mode.