Highcharts Grid Pro v2.0.0
Released: Oct 29, 2025
Aggiornamenti in v2.0.0
Funzionalità
- 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.
Correzioni
- 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 option.
- If you used the resizing property in column definitions, move this logic to rendering.columns.resizing.enabled at the appropriate level.
- Support for defining column widths via CSS has been removed. Review your project for any CSS rules targeting column widths and migrate those settings to the grid configuration options.
- Important Notice for Dashboard users:
Datagrid is now available as an external library, Grid Pro. To use it as a component, you need to import it from an external library - either Grid Pro or Grid Lite. It is no longer part of the Dashboards package.