datenhahn / componentrenderer

A ComponentRenderer for the Vaadin Grid
Apache License 2.0
6 stars 8 forks source link

Lazy loading support #30

Open yesazo opened 8 years ago

yesazo commented 8 years ago

Currently setRows() iterates through the whole collection. Is it planed to support a kind of lazy collection (e.g. like Viritin MGrid).

datenhahn commented 8 years ago

That's a good suggestion, I will keep that in the backlog. Currently my time is quite limited so I am only bug fixing, but my plan is to continue active development (based on user suggestions, like that one) on some point later on.