Server side Grid UI
raoulvdberge opened this issue ยท 1 comments
- Add pagination to avoid reaching the packet limit
- This should be seamless and load additional rows when scrolling to the bottom (lazy-loaded)
- It should load a few rows extra so you can at least start scrolling
- Because we can't guarantee that all resources are in by default, we need to move querying and sorting to the server
- Add a loading indicator while search is busy
We could move to a client model again in the future as a performance optimization.