Highcharts Grid Pro v2.2.0

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 replaced with sorting.enabled in Grid column options for consistency with other Grid options.
  • Optimized Grid by using fewer event listeners on cells.

不具合の修正

  • Fixed header rendering issue when shown after being initialized hidden.
  • Fixed missing width update in columnDefaults.
  • Fixed the wrong Grid height on specific parent container styles (flexbox, max-height).
  • Reduced the type dependency tree from Core so it's not needed anymore to use "skipLibCheck": false when using the library in typescript environment.
  • The afterRender events were not triggered when grid re-rendered.
  • Use lang options (decimalPoint and thousandsSep) for formatting the number in cells.
  • Unified format and formatter header references to column.
  • The sorting.sortable option has been deprecated. Use sorting.enabled instead to enable or disable sorting on columns.