v5.9.0
5.9.0 (2024-10-19)
You can now provide a Custom Pagination instead of the default built-in Pagination
- see the new Example 30
Features
- allow providing a Custom Pagination (4a2bfc8) - by @ghiscoding
Bug Fixes
- Column Picker should auto-position left/right with available space (48c2d13) - by @ghiscoding
- deps: update all non-major dependencies (fcc779b) - by @renovate-bot
- move DI to init() to make Pagination Comp working with all ports (cd30686) - by @ghiscoding
Performance Improvements
- remove unnecessary events to re-render Header Grouping (ce02f0f) - by @ghiscoding