Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

v8.13.1 - Row Detail with inner Grid

Choose a tag to compare

@github-actions github-actions released this 01 Mar 22:06
· 101 commits to master since this release

8.13.1 (2025-03-01)

You can now add a grid inside a Row Detail, however there are a few things to be aware. Any time a Row Detail is falling outside the main grid viewport, it will be destroyed and until it comes back into the viewport it will then be recreated & re-rendered. The process of destroying and recreating means that Row Detail previous shape & states aren't preserved, however you could use Grid State & Presets (as shown in the demo) to overcome this problem. Also note that the logic to calculate in/out of viewport was completely re-implemented and should (hopefully) work better and should re-render a lot less often and only when necessary. It also now properly destroy row detail components before being removed from the viewport, this wasn't done properly in previous versions and it leaked components/elements in the DOM.

New example


Bug Fixes

  • add sanitizer to Row Detail create dynamic component (363065a)
  • deps: update all non-major dependencies (f276e6b)
  • Row Detail preload comp should call destroy lifecycle (fd0185e)
  • Row Detail with inner grids (193b366)

Installation

Please remember that all packages of @slickgrid-universal (v5.13.0) and Angular-Slickgrid (v8.13.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)