Highcharts Grid Pro v2.1.0
Released: Dec 9, 2025
Mises à jour de v2.1.0
Fonctionnalités
- 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.
Correctifs
- Fixed sparkline cell update when previous value was
null.
- Fixed issue where the
afterEdit event was not triggered when editing cells using view renderer content.
- Fixed export methods so they respect column
dataType settings.
- Fixed the insert argument in the
dataTable.setRow() method was not respected.
- Fixed the custom cell
className was missing when the cell formatter returned null.