sprtk-ches
sprtk-ches
Here is an example of how it looks https://github.com/filamentphp/filament/assets/145474359/ed8ea22c-5722-4c87-b2ff-df811d75e0bf
Support for resources https://fullcalendar.io/docs/resource-data I'm willing to work on a PR for this if you think it's worth it. EDIT: Oh shit, it seems there is one already 👍
For anyone who wants to use this in their code do the following Change `composer.json` to look something like this ```json "require": { "saade/filament-fullcalendar": "dev-florianthecoder-introduce-methods-to-use-resources", }, "repositories": [ { "type":...