Highcharts Grid Pro のリリース
Released: Mar 24, 2026
v2.3.1 での更新項目
不具合の修正
- 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
v2.3.0 での更新項目
機能
- 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 refreshing rows...
Released: Jan 13, 2026
v2.2.0 での更新項目
機能
- 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
v2.1.1 での更新項目
不具合の修正
- 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
v2.1.0 での更新項目
機能
- 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.
不具合の修正
- Fixed sparkline cell update when previous value was...
Released: Nov 3, 2025
v2.0.1 での更新項目
機能
- 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 fallback stack...
Released: Oct 29, 2025
v2.0.0 での更新項目
機能
- 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.
不具合の修正
- 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.columns.resizing.mode...