FilteringEventArgs
12 Sep 20251 minute to read
Properties
cancel boolean
Illustrates whether the current action needs to be prevented or not.
event Object
Gets the keyup event arguments.
preventDefaultAction boolean
To prevent the internal filtering action.
text string
Returns the searched text value.
Methods
updateData
Opens the popup that displays the list of items.
| Parameter | Type | Description |
|——|——|————-|
| dataSource | ` { : }[] | DataManager | DataResult | Set the data source to filter. |
| query (*optional*) | Query | Specify the query to filter the data. |
| fields (*optional*) | [FieldSettingsModel`](./fieldSettingsModel) | Specify the fields to map the column in the data table. |
Returns void