What's New in AG Grid 33.2

  |   Releases

AG Grid Enterprise 33.2 is a minor release which introduces major new features and improvements to existing features, speeds up grid rendering and enhances accessibility.

It also adds a number of new capabilities:
1. Find
2. Tree Data Self-Referencing Records
3. Status Bar Value Formatting
4. Row Spanning Pagination Support
5. Accessibility Improvements

Please note that AG Grid 33.2 has no breaking changes from AG Grid 33.x. If you're already using AG Grid 33.x, this upgrade doesn't require any changes to your codebase.

Please review the release notes when planning to update to this version.

Find

AG Grid 33.2 allows easily finding content inside grid cells. This enables users to quickly find all the occurrences of a string across all grid cells and rows without filtering out rows which don't contain the searched content.

The matching text in grid cells is styled similarly to the way the browser styles find matches, making this feature easy to discover and use by end-users.

See this documented here and illustrated below:

0:00
/0:12

Tree Data Self-Referencing Records

AG Grid 33.2 enables tree data to display hierarchical self-referencing data where each row provides a reference to its parent. This new feature avoids the need to transform the data before it's provided to the grid and enables users to directly interact with this type of hierarchical data using the standard feature set in AG Grid.

See this documented here.

Status Bar Value Formatting

AG Grid 33.2 adds status bar value formatting. This allows to format the values shown in the status bar panels to better present the status bar values. This allows to ensure correct decimal fraction number formatting or to customize the way large numbers are shown so they don't take up too much space and are meaningful to users.

See this documented here and shown below:

0:00
/0:06

Row Spanning Pagination Support

AG Grid 33.2 improves the row spanning feature adding full support for row pagination. This enables the grid to display a more sparse view of the data and allows users to more easily spot rows with identical cell values in a column even when using row pagination.

See this documented here.

0:00
/0:11

Accessibility Improvements

AG Grid 33.2 improves accessibility support in the columns tool panel allowing users to reorder columns in the columns list, the row groups, pivot and values panels using the keyboard. This will also allow reordering columns in the row group and pivot panels.

This is part of our ongoing work on accessibility support and enables the grid to generate the appropriate announcements for support screen readers and deliver more intuitive and comprehensive keyboard navigation.

Summary

AG Grid 33.2 is a key minor version - it adds important end-user features as well as improvements in performance, accessibility and quality. We highly recommend upgrading to this new version to benefit from these improvements.

We suggest reviewing the release notes when planning to upgrade and seeing the full list of changes in our Changelog.

As always, we’re keen to help you upgrade and to hear your feedback.

Happy coding!

Read more posts about...