Open vlukashov opened 5 years ago
The backend API is (partially?) implemented with the Pageable
support.
A related list of common use cases for data-intensive UIs compiled by @Artur- : https://docs.google.com/document/d/1oN0wvp2tfQQiVWin9sN4j3dqSUegQr18meNqeppGx_A/edit?usp=sharing
When using a Vaadin Grid component in a TypeScript view I want to have an easy way of loading the data lazily so that users do not have to wait until the entire database is loaded into their browsers when they open that page.
In scope (v1)
Out of scope (v1):