Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shortcut methods to set entry provider #138

Open
stefanuebe opened this issue Feb 11, 2022 · 1 comment
Open

Add shortcut methods to set entry provider #138

stefanuebe opened this issue Feb 11, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@stefanuebe
Copy link
Owner

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 an in memory eager variant
  • setEntries(boolean, Entries... ) would create an in memory lazy or eager variant depending on boolean
  • setEntries(callback, callback) would create a callback variant

We could also think about implementing the HasItems interface additionally.

@stefanuebe stefanuebe added the enhancement New feature or request label Feb 11, 2022
@stefanuebe stefanuebe added this to the v.4.2 milestone Feb 11, 2022
@aetasoul
Copy link
Collaborator

Integrated the first two d92169e

@stefanuebe stefanuebe modified the milestones: v.4.2, v6.x Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants