v10.5.0
·
419 commits
to master
since this release
10.5.0 (2026-04-18)
This version brings a big performance boost in Excel Export by decreasing export time by ~50% on large dataset by using caching (e.g. Grouping Example with 50K rows went down from 30sec. to 16sec.).
Another great new feature also included, is an auto-scroll of the grid when resizing a column wider than the grid canvas (see PR #2531 for animated gif demo)
Features
- add
autoScrollOnColumnResizegrid option (default true) (#2531) (3a98ae7) - by @ghiscoding - styling: add more Fluent Theme icons (1e719a7) - by @ghiscoding
Bug Fixes
- column reorder requires SortableJS fallback for Firefox/Linux (#2535) (73c034e) - by @ghiscoding
- deps: update all non-major dependencies (#2537) (ed475a3) - by @renovate-bot
- don't assign empty nonce unless provided as grid option (#2526) (0ea70cf) - by @ghiscoding
- grid: only apply last column header width compensation when needed (#2532) (f5717a9) - by @ghiscoding
- properly update lastSearchValue to support presetted filter cleanup (#2527) (305d0d6) - by @zewa666
- styling: col header resize issue w/collapsable scrollbar Firefox (#2530) (a69a63e) - by @ghiscoding
Performance Improvements
- excel-export: use caching to nearly halve export time (#2520) (de3c733) - by @ghiscoding
🎉 Another great Slickgrid-Universal release 🤖 Star us on GitHub ⭐