v0.7.0
Changes in this version:
[0.7.0] - 2024-02-08
Features π
- Virtualization β Only elements that are visible are rendered (with some extra for smooth scrolling).
- Other display acceleration strategies like infinite scroll and pagination are implemented as well.
- Caching β Only rows that are visible are requested from the data source and then cached.
- Error handling β If an error occurs while loading data, it is displayed in a table row instead of the failed data.
- Easy reloading β The data can be reloaded through the
ReloadController
.
Breaking Changes π οΈ
Everything? - sorry. This release is like half a rewrite with much less macro magic.
Please check the docs and examples.