FilterActionOnDataChange
Whether Adaptable re-applies filtering after data edits; if applyFilter value is 'Throttle', throttleDelay should be set
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| applyFilter | When to re-apply Filters: 'Always', 'Never' or 'Throttle' |
| throttleDelay | Delay in ms (when applyFilter is set to 'Throttle') |
Property Details
applyFilter
When to re-apply Filters: 'Always', 'Never' or 'Throttle'
TypeScript
applyFilter: ApplyFilterAction;Property Value
throttleDelay
Delay in ms (when applyFilter is set to 'Throttle')
TypeScript
throttleDelay?: number;Property Value
number