Highcharts Grid Pro Releases

Released: Mar 24, 2026

Updates in v2.3.1

Fehlerkorrekturen

  • Fixed responsive rules not reacting when the Grid container has display: inline.
  • Fixed destroyed grid container when footer in custom element.
  • Fixed showpages value when no results.
  • Fixed pagination with filtering when all rows have been filtered out.
  • Fixed row order in the grid did not reflect the dataTable order after adding rows with virtualization disabled.
  • Fixed double initial render when using responsive.rules.

Released: Mar 12, 2026

Updates in v2.3.0

Funktionen

  • Configurable Grid sorting toggle sequence via sorting.orderSequence.
  • Changed Grid data API so serialized input is provided through data.columns, while data.dataTable is used for DataTable instances.
  • Added idColumn option to use a column's values as stable row IDs instead of numeric indices.
  • Added support for overriding and extending Grid SVG icons through rendering.icons.
  • Modularized and cleaned up CSS to allow for fully functional Grid with no theming variables.
  • Optimized...

Released: Jan 13, 2026

Updates in v2.2.0

Funktionen

  • Added multi‑column sorting for Grid, including Shift‑click additive sorting.
  • Added arrayNumber, json and sparlinke validators.
  • Added Grid screen reader region before and after elements.
  • Enhanced CSS to allow theming of individual columns, cells etc. and added new hover opacity variables.
  • Improved Grid virtualization performance by reusing row elements, batching scroll updates to animation.
  • Supported array of indices for the dataTable deleteRows method.
  • Deprecated sorting.sortable and...

Released: Dec 10, 2025

Updates in v2.1.1

Fehlerkorrekturen

  • Fixed a regression introduced in v2.1.0 where non-default es-module imports had to have a 100% path match including extension.

Released: Dec 9, 2025

Updates in v2.1.0

Funktionen

  • Optimized grid.update() so that it now re-renders only the relevant elements in the DOM for the options being changed, rather than the entire container.
  • Refactored and cleaned up CSS for greater consistency across elements.
  • @highcharts/grid-lite and @highcharts/grid-pro npm libraries now export ES modules for client-side bundling on the default import path, instead of UMD bundles.
  • Added column hover trigger on header cell mouseover.

Fehlerkorrekturen

  • Fixed sparkline cell update when...

Released: Nov 3, 2025

Updates in v2.0.1

Funktionen

  • Introduced theme-aware variables for editable cell backgrounds and restored the select arrow appearance inside edited cells across light and dark themes.
  • Tweaked menu styling and demo code block colors to inherit the active theme, fixing unreadable elements in dark mode examples and popovers.
  • Updated focus outlines for table cells to use the shared --ig-focus-ring token so keyboard navigation renders a single, consistent ring.
  • Exposed --ig-default-font-family and normalised the...

Released: Oct 29, 2025

Updates in v2.0.0

Funktionen

  • Added column header toolbar and context menu.
  • Added filtering functionality.
  • Added pagination functionality.
  • Sorting changed through header click or setOrder method updates the column options.

Fehlerkorrekturen

  • Replaced the old column distribution modes (full, fixed, mixed) with new column resizing modes (adjacent, independent, distributed).
  • The previously deprecated rendering.columns.distribution option has been removed. To configure column resizing, use the new rendering...