how to initialize plugins #63
Unanswered
steveadamsfixedit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get the functionality of the premium features of FullCalendar functioning in the filament widget. Specifically, I want to utilize the initialView: 'resourceTimelineMonth', capabilities and get this view to display on the filament admin dashboard.
Could you please direct me on how to initialize the plugins:{} options into the widget?
So far, I have altered the resources/views/livewire/calendar.blade.php with the additional script like so:
This displays the resourceTimelineMonth view on the laravel dashboard correctly...but not on the filament /admin dashboard
Beta Was this translation helpful? Give feedback.
All reactions