1771 Technologies Logo

Events

FilterEvents<T>

Defines events related to changes and interactions with grid filters.

Type parameters

Type parameter
T

Properties

  • Name
    onFilterModelChange
    Type
    (params: OnFilterModelChangeParams<T>) => void
    Description

    Triggers when the filter model of the grid changes. This can happen when filters are set through the grid API or when column definitions update, causing some filters to become invalid.

    Remarks

    A valid filter may become invalid if it contains an ExprColumn filter, and the column it refers to is removed from the grid.