vaadin-fullcalendar
vaadin-fullcalendar copied to clipboard
Integration of FullCalendar for Vaadin Flow.
### Bug Description On the wiki, in "Customize the entry content" : https://github.com/stefanuebe/vaadin_fullcalendar/wiki/FullCalendar-Examples#customize-the-entry-content There is an example with a `setEntryContentCallback` function that return `info.el` But for event content, there isn't...
### Bug Description By default the calendar use the `stickyHeaderDates` to `true`. To workaround the problem just use `stickyHeaderDates`. ### Example Code https://github.com/fullcalendar/fullcalendar/issues/6969
The Vaadin Grid has setItems methods, that shortcut the creation of data providers. Such kind of api could also be applied to the FullCalendar, e.g. * setEntries(Entries... ) would create...
Hey! Thank you for your work! :) Will you add https://fullcalendar.io/docs/scrollToTime this in some time?
There is a problem an all the demo with the applayout, open and close the left menu cause the calendar to not resize correctly. This is an FC issue that...
This enhancements bases on https://github.com/stefanuebe/vaadin_fullcalendar/issues/115. Due to the limitation of LocalTime to 24 hours, we will integrate a custom time type to set the recurrence start and end time. With...
Currently there is neither an API for readonly nor for enabled. Basic requirement / first step is to have at least the opportunity to set the calendar instance to readonly,...
Currently very hard to work with on mobile device. Also toolbars are implemented in different ways. Shown samples might be a bit more representive or useful.
Currently complex options need to be build together manually using JsonObject. We should try to automate json object conversion by utilizing / extending the new JsonItem type.