stefanuebe / vaadin-fullcalendar

Integration of FullCalendar for Vaadin Flow.
https://vaadin.com/directory/component/full-calendar-flow
26 stars 25 forks source link

Add shortcut methods to set entry provider #138

Open stefanuebe opened 2 years ago

stefanuebe commented 2 years ago

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.

We could also think about implementing the HasItems interface additionally.

aetasoul commented 2 years ago

Integrated the first two d92169e4