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:
| Deprecated | Replacement |
|---|---|
tooltipField: 'country' | tooltip: ({ data }) => data?.country |
tooltipValueGetter: callback | tooltip: callback |
headerTooltipValueGetter: callback | headerTooltip: 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.