What's New in AG Grid 33.3

  |   Releases

AG Grid Enterprise 33.3 is a minor release which adds important new features and enhances existing ones, improving performance and stability.

Specifically, it adds a number of new capabilities:
1. Row Pinning
2. Row Height Resizing
3. Grand Total Row Pinning
4. Scroll Column Into View
5. Performance Improvements

Please note that AG Grid 33.3 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.

Row Pinning

AG Grid 33.3 adds row pinning by the end-user using the context menu and via API. This allows users to pin rows at the top or bottom of the grid viewport for quick access later on.

Pinned rows support the full range of features just like unpinned rows - they support grid state and can be selected, sorted and filtered according to the currently applied column sort and filter conditions.

See this documented here and demonstrated below:

0:00
/0:12

Row Height Resizing

AG Grid 33.3 enables row height resizing by end-users. This new feature enables users to adjust the row height to suit the data shown in the grid or the specific use case. This makes the grid row rendering more flexible and easier to adapt to a variety of scenarios.

See this documented here and illustrated below.

0:00
/0:06

Grand Total Row Pinning

AG Grid 33.3 allows pinning the grand total row. This allows presenting the grand total row in a way that best meets the requirements of your use case. For example it can be displayed as pinned either allowing the end-user to unpin it or not.

See this documented here and demonstrated below:

0:00
/0:10

Scroll Column into View

AG Grid 33.3 improves the columns tool panel feature allowing users to scroll any visible and non-collapsed column into view when not in pivot mode. This enables end-users to easily scroll the column they need into view when the grid is showing a horizontal scrollbar and displays many columns.

See this documented here and demonstrated below:

0:00
/0:12

Performance Improvements

AG Grid 33.3 speeds up column generation significantly. This is especially important when pivoting since a great number of pivot columns can be generated based on distinct values in the pivoted columns. Specifically, new column generation is much faster after adding, reordering or removing pivot and aggregation columns, or changing certain pivot-related grid options which cause pivot columns to be regenerated.

AG Grid 33.3 also makes performance improvements in cell flashing after a data update. This allows the grid to support a higher volume of transactions with cell flashing.

This is part of our ongoing work on improving rendering performance and UI responsiveness to enable users to interact with an even larger amount of records in the grid.

Summary

AG Grid 33.3 is an important minor version - it adds key end-user features as well as improvements in performance and stability. 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...