Ressource time grid with vertical groups / sub groups of ressources (like timeline) #585
Replies: 1 comment
-
|
I'd start by exploring the TimeGrid and ResourceTimeGrid plugins. The latter uses components from the former. Although you won't be able to do the same in your own plugin (because the package doesn't export internal components), at least you'll understand the plugin structure and how they differ. You can simply move the code for the component you need into your plugin and customize it.
Your view must be passed in the component field for it to be mounted by the calendar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm looking for integrating a new view mode based on ressource time grid with these following changes
I have some technical questions in order to create a custom plugin properly
Any other guidance or documentation will be appreciated.
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions