Highcharts Grid v3.0.0

Grid v3.0.0 ·
  • Grid Pro: Added support for hierarchical data using data.treeView.
  • Grid Pro: Added support for row pinning using rendering.rows.pinning.
  • Grid Pro: Added pageSize field to Remote Data Provider callback, so it can automatically realign chunk indexing when the backend clamps or adjusts the requested page size.
  • Grid: Cleaned up deprecated methods and options (details in the upgrade note).
  • Grid: Added support for row headers (th) in tbody.
  • Grid: Added support for touch devices on column resizing.
  • Grid: Added data.autogenerateColumns (default true) with support for unbound columns via columns[].dataId = null and cells.valueGetter, so column generation can be fully controlled from columns[] and do not have to have a direct column source in the data source.
UPGRADE NOTES EXPAND COLLAPSE
  • Grid Pro: Introduced required Grid Key. Read more…
  • Grid: Replaced uses of grid.dataTable and grid.presentationTable with grid.dataProvider.getDataTable().
  • Grid: Replaced uses of grid.columnOptionsMap with grid.columnPolicy methods.
  • Grid: Replaced sorting.sortable with sorting.enabled.
2 BUGFIXES EXPAND COLLAPSE
  • Grid Pro: Prevented grid-lite.css module removal from Grid Pro dist package.
  • Grid: Added label to header context menu button.