FilterEvent
Represents the event triggered when a filtering operation completes in the Data Grid component. Provides comprehensive details about the completed filter action and its results. Used to handle post-filtering logic or updates.
Props
The following table outlines the props for the FilterEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| action | string | ActionType | - | Indicates the type of filter action that was completed (e.g., |
| columns | [ ] | Lists all predicate objects representing the current filter conditions across columns. Provides a complete set of active filters applied to the grid. Used to inspect or modify the grid’s filter state post-operation. | |
| currentFilterColumn | - | Provides the configuration object for the filtered column. Contains metadata such as field name, data type, and column-specific settings. Enables access to column properties for post-filter customization. | |
| currentFilterPredicate | - | Defines the predicate object for the filter that was just applied.
Contains the |