Our powerful JS Calendar component


Post by orthobridge »

Hi,

Is it possible to remove the days of week section at the top of each day - particularly in resource View - but more generally also ?

Thanks

Attachments
1.JPG
1.JPG (80.88 KiB) Viewed 352 times

Post by Animal »

See this example: https://bryntum.com/examples/calendar/customized-resourcefilter/

Check those checkboxes in the side bar checkboxes to filter in the other events.

You will see all day, and multi day events appearing in the day columns as you require


Post by Animal »

OK, I misread your image. Hang on, I'll see what is possible


Post by Animal »

I assume you mean you just want to see the a single day header there. If you don't want to see anything there, you can use this config on the child view

https://www.bryntum.com/docs/calendar/api/Calendar/widget/DayView#config-allDayEvents

Screenshot 2022-11-04 at 14.50.41.png
Screenshot 2022-11-04 at 14.50.41.png (460.63 KiB) Viewed 337 times

Post by Animal »

To only show the single day instead of the whole week there:

Screenshot 2022-11-04 at 14.58.17.png
Screenshot 2022-11-04 at 14.58.17.png (353.12 KiB) Viewed 337 times

Post by orthobridge »

Thanks again Animal,

You're a star.

It does leave a fragment on screen and times don't show above it - maybe a small bug or I've missed something- but it's fine for my purposes.

Cheers
J

Attachments
1.JPG
1.JPG (77.52 KiB) Viewed 335 times

Post by Animal »

I see that there's a bug with syncing the "allDayEvents" heights. That time axis view at the left still has an all day row even though the real day views do not.

I'll fix it. Here's the ticket: https://github.com/bryntum/support/issues/5536


Post Reply