Discuss anything related to web development but no technical support questions


Post by timhello6 »

How do I set the width of the column? I tried width : 75 but it doesnt seem to work
Attachments
Screen Shot 2020-01-04 at 10.45.55 PM.png
Screen Shot 2020-01-04 at 10.45.55 PM.png (75.36 KiB) Viewed 4504 times

Post by mats »


Post by timhello6 »

I did this and it doesnt seem to work
columns : [
        
    ],
    resourceColumns : {
        columnWidth    : 20,
        headerRenderer : ({ resourceRecord }) => `${resourceRecord.id} - ${resourceRecord.name}`
    },

Post by mats »

Please use CODE tags when posting code. And please upload a full test case so we can run it and debug it. You can see the column width applied here: https://bryntum.com/examples/scheduler/vertical/

Post by timhello6 »

Do you have an example of a full test case I am supposed to upload? I m quite confused

Post by timhello6 »

Nvm. I got it

Post Reply