Highcharts Grid Pro v2.3.0

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, the number of which differs before and after the update.
  • Added LocalDataProvider support for Data Connectors (single table).
  • Introduced DataProvider as a new data layer between the Grid and its data source, enabling custom providers beyond the default in-memory LocalDataProvider (using DataTable).
  • Introduced RemoteDataProvider as an alternative data layer allowing server-side sorting, filtering, and pagination operations, as well as downloading data in batches while scrolling (Grid Pro only).
  • Added htmlTag option to the Grid caption. Grid: Added align API property to pagination.
  • Added responsive.rules option so it's possible to define different options for different container sizes.
  • Added 'auto' column width support.
  • Added columns[].style, columns[].cells.style, and columns[].header.style to apply dynamic or static inline styles.

不具合の修正

  • Fixed missing header click event on sorting icon.
  • Fixed string typing in formatter.
  • Fixed column resizing with virtual rows leaving some grid rows at old column widths.
  • Support scrolling in Grid when larger than max element height.
  • Fixed row height change on edit (applies to Grid Pro only).
  • Fixed an issue where updating grid column width to auto or undefined had no effect.
  • Fixed missed id in table html element.
  • Fixed issue with crashing header formatter.