🚀 AG Grid 34.1 is here! Fully backwards-compatible with 33.x - no code changes required.
🌳 Tree Data with Master/Detail Grids
- Out of the box support for Tree Data when using Master/Detail grids.
- Enable treeData and masterDetail features - no additional configuration required.
- Use Parent or Leaf nodes as master rows.
🕵️ Test IDs
- Locate specific elements in the grid to perform actions or assertions on.
- Single function to automatically add test ID attributes to interactive elements in the grid.
- Example usage with React Testing Library and Playwright.
↕️ Compact Column Headers
- Remove padding from collapsed column groups.
📊 Grid Context in Integrated Charts Formatters
- Access the Grid API and Context inside Integrated Charts Formatters.
- Use the API to access column properties, e.g. valueFormatters, which can then be used to format Charts, ensuring a consistent UI.
🦾 Accessibility Improvements
- Continued improvements to accessibility, focusing on Cell Editing and the column menu.