Skip to content

v10.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:42

10.9.0 (2026-08-03)

This new release brings a feature that was requested by SlickGrid's users for many years, we now bring Variable Row Height support (thanks to Ben (aka 6pac), for his promo access to Claude Fable 🤖). This feature does have some small perf impact (e.g. scroll position must be calculated differently) and is opt-in, so you will need to enable it yourself and you have 2 possible ways of defining variable row height (see both examples below)

  1. rowHeightProvider grid option
  2. item metadata height property
Platform Demo Docs
Angular-Slickgrid Example 56 - provider / Example 57 - metadata Variable Row Height - docs
Aurelia-Slickgrid Example 56 - provider / Example 57 - metadata Variable Row Height - docs
Slickgrid-React Example 56 - provider / Example 57 - metadata Variable Row Height - docs
Slickgrid-Vue Example 56 - provider / Example 57 - metadata Variable Row Height - docs
vanilla Example 44 - provider / Example 45 - metadata Variable Row Height - docs

Secondly, this release also brings a bunch of Row Detail fixes and also a new keepComponentAlive option (available as opt-in feature on all 4 supported frameworks). This new option is now being used in all framework repos via Example 45, you can also read the updated Row Detail docs for it.

Platform Demo Docs
Angular-Slickgrid Example 45 Row Detail - docs
Aurelia-Slickgrid Example 45 Row Detail - docs
Slickgrid-React Example 45 Row Detail - docs
Slickgrid-Vue Example 45 Row Detail - docs

Features

Bug Fixes

Performance Improvements


🎉 Another Slickgrid-Universal release 🤖 Love the project? Give it a star ⭐