Our pure JavaScript Scheduler component


Post by rnd@danaos.com »

Hello,

We are wondering if it is possible to achieve a merged view of grid rows like the screenshot 6 that is attached (but in Bryntum Scheduler).

We would like specific rows to have merged grid cells (so that we can add a large image on the grid part)

We added autoheight: true, to allow the rows to respect the size of the custom html elements added on the grid part of the rows, but the events become the same size too.

We think the issue is similar to this one:
viewtopic.php?t=16218

Attachments
trying it on bryntum scheduler
trying it on bryntum scheduler
Screenshot_7.png (151.5 KiB) Viewed 136 times
idea
idea
Screenshot_6.png (13.84 KiB) Viewed 136 times

Post by marcio »

Hello,

Thanks for reaching out.

Looks like you need https://bryntum.com/products/grid/docs/api/Grid/feature/MergeCells feature.

We have a demo for that here https://bryntum.com/products/grid/examples/merge-cells/.

Could you please confirm the expected result you're looking to see on the timeline with a screenshot or mockup?

Best regards,
Márcio


Post Reply