Tiago Fernandes
Tiago Fernandes
Hi. This would be great if supported. I've made it worked through css tweaking, but it's ugly. Below my scenario where the 4th and 5th bars/entities go from -X 0...
@saade could you please check the failed "checks"? Doesn't seem to be related to any code change from this PR..
Hi @saade, happy to look into it if you/someone provides the bug report. Cheers
> `->model(YourModelName::class)` > > with Select or Repeater. Hi, having this same issue and this solution doesn't seem to work: using `->model(YourModelName::class)` does bypass the exception mentioned in the op,...
Have a look at #47 . You'll need to define the below methods, in your Widget class, otherwise you'll still get the exception ```php class MyWidget extends FullCalendarWidget { protected...
Hi @invaders-xx Did you solve this? My progress: From full-calendar docs: https://fullcalendar.io/docs/timeZone the timezones are NOT converted unless a timezone plugin is used, except for the `local` timezone. In my...