FilteringEventArgs
12 Sep 20251 minute to read
Properties
baseEventArgs Object
Gets the keyup event arguments.
cancel boolean
Illustrates whether the current action needs to be prevented or not.
preventDefaultAction boolean
To prevent the internal filtering action.
text string
Search text value.
Methods
updateData
To filter the data from given data source by using query
| Parameter | Type | Description |
|——|——|————-|
| dataSource | ` { : }[] | DataManager | string[] | number[] | boolean[] | 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