Our pure JavaScript Scheduler component


Post by dkharouf »

Hello,

Would it be possible to change the order of the rows manually, by moving the line up or down with a mouse?

Thank you,

Regards

2022_10_05_16_20_19_Calculatrice.png
2022_10_05_16_20_19_Calculatrice.png (35.51 KiB) Viewed 119 times

Post by marcio »

Hey dkharouf,

Yes, you can use RowReorder feature! https://www.bryntum.com/docs/scheduler/api/Grid/feature/RowReorder

features : {
        // enable row reordering by dragging
        rowReorder : {
            showGrip : true
        }
    }

Best regards,
Márcio


Post Reply