Compact View - Adjust the header row
Hello,
Could you let me know which class handles the styles for the date and resource header in the compact view? I'm mainly looking to adjust the height of the entire header row.
Regards,
Andrzej
<style> .e-schedule.e-device .e-schedule-toolbar, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items { height: 40px; min-height: 40px; } .e-schedule .e-schedule-resource-toolbar { height: 38px; } </style> |
Attachment: schedulercompactviewresourceheadercustomization_58994e2.zip
Thank you very much.
There is still the view selection element whose size does not change.
Best regards.
Andrzej
<style> .e-schedule.e-device .e-schedule-toolbar, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items, .e-toolbar .e-hor-nav { height: 40px; min-height: 40px; } .e-schedule .e-schedule-resource-toolbar { height: 38px; } </style> |
Thanks!
Could you also please explain how to change the position of the resource selection element? Where can I find information about all the styles for a specific component?
Andrzej,
Q1: To adjust the position of resource section, please use the highlighted CSS selectors below.
<style> .e-schedule .e-schedule-resource-toolbar { height: 26px; min-height: 26px; align-items: center; } </style> |
Q2: Where can I find information about all the styles for a specific component?
You can find detailed information about the styles for the Scheduler component in desktop mode at the following link:
For the compact view or mobile mode, we will consider adding the corresponding documentation and it will be included in one of our upcoming releases.
If you have any further questions or need additional assistance, feel free to reach out!
Thank you
Hi Andrzej
Stach,
You're welcome. Please get back to us if you need any further assistance.
Regards,
Vijay
- 7 Replies
- 3 Participants
-
AS Andrzej Stach
- Nov 19, 2024 02:05 PM UTC
- Nov 28, 2024 04:07 AM UTC