Version 21.2 Release Note

Summary

  • AdapTable 21.2 was released in January 2026 and supports AG Grid version 34.2
  • It contains bug fixes and enhancements to Exporting, Filtering and Quick Search

Breaking Change

There are no Breaking Changes in AdapTable 21.2

AdapTable 21.2 is a minor version release which supports AG Grid version 34.2.

The main area of focus in 21.2 is improvements to Quick Search, Column Filters, Export and AdapTableQL.

Property NameHighlightsDefault
CellMatchStyleAll Text in Matching Cellsnone
TextMatchStyleMatching text within CellBlack Text, Yellow Background
CurrentTextMatchStyleMatching text in current result CellBlack Text, Orange Background

Tree Filter

  • When filtering, AdapTable now provides a tree-like structure for 3 types of Columns:

    Hint

    • It is possible to display multiple entries in the Tree Filter for the same day, differing only by time
    • This is done by setting the evaluateInPredicateUsingTime property in Predicate Options to true

Export

AdapTableQL

FunctionWhen Evaluates as True
ANY_CHANGEAny change at all between old and new value
PERCENT_CHANGEIf new value changes by a given percent amount
ABSOLUTE_CHANGEIf new value changes by a given absolute amount

Array Columns

Badge Style

  • AdapTable now supports Icon-only Badge Styles
  • These enable users to replace all text in a cell with a single image

Change Log

KeyTypeDescription
AT-3194EnhancementAdd ANY_CHANGE Expression Function
AT-3193EnhancementAdd ABSOLUTE_CHANGE Expression Function
AT-3192EnhancementAdd PERCENT_CHANGE Expression Function
AT-3189EnhancementUse the Tree Filter in Tree Grid Key Columns
AT-3188EnhancementUse the Tree Filter in Date Columns
AT-3187EnhancementUse the Tree Filter in Row Group Key Columns
AT-3182EnhancementAdd ability to constrain width of the Filter Form
AT-3181BugFiltering not working in Agg-only Pivot Layouts
AT-3180EnhancementUpdate Weighted Average Aggregation to take account of filters
AT-3152EnhancementProvide raw value to custom Predicate definitions
AT-3077EnhancementCreate a Tree-like Filter
AT-3049EnhancementAdd ability to create Icon-only Badge Styles
AT-3015EnhancementAdd Quick Search panel to Status Bar
AT-3012EnhancementAdd support for Different Badge Styles in Array Columns
AT-3009EnhancementEnable Custom Destinations, System Reports and Report Formats to be provided as functions
AT-2999EnhancementSupport Quick Search in Server Side Row Model
AT-2948EnhancementAdd configuration support to ExportApi methods
AT-2941EnhancementUpdate Quick Search to leverage AG Grid's new Find
AT-2898EnhancementRefactor Quick Search Options
AT-2873EnhancementExtend Quick Search to Tree Columns (in Tree Grid)
AT-2742TaskEnable relative change Expression Functions
AT-2363EnhancementAllow devs to provide a bespoke Quick Search implementation
AT-2033EnhancementExtend Quick Search to Row Grouped Columns