Core Features

Advanced Features

JavaScript Data GridUpgrading to AG Grid 36.2

Version 36.2.0

PDF Export, Set Filter Support for Advanced Filter, Custom Filter Option Support in Advanced Filter, Continuous Column Auto-sizing, Custom Renderers for Column Items in Columns Tool Panel

What's New Copy Link

AG Grid 36.2 adds important new features - PDF Export, Set Filter Support for Advanced Filter, Custom Filter Option Support in Advanced Filter, Continuous Column Auto-sizing, Custom Renderers for Column Items in Columns Tool Panel. These improvements involve no breaking changes as listed below.

Breaking Changes Copy Link

There are no breaking changes in AG Grid version 36.2.

Behaviour Changes Copy Link

There are no behaviour changes in AG Grid version 36.2.

Removal of Deprecated APIs Copy Link

There are no deprecated API removals in AG Grid version 36.2.

Deprecations Copy Link

The following column definition (ColDef) properties remain supported, but the replacements below are recommended:

DeprecatedReplacement
tooltipField: 'country'tooltip: ({ data }) => data?.country
tooltipValueGetter: callbacktooltip: callback
headerTooltipValueGetter: callbackheaderTooltip: callback

Use tooltip: true when the tooltip should show the formatted value displayed in the cell.

Changes List Copy Link

See the full list of changes in the AG Grid 36.2 changelog.