FilterActionOnDataChange

Whether Adaptable re-applies filtering after data edits; if applyFilter value is 'Throttle', throttleDelay should be set

TypeScript
export interface

Properties

PropertyDescription
applyFilterWhen to re-apply Filters: 'Always', 'Never' or 'Throttle'
throttleDelayDelay 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

ApplyFilterAction

throttleDelay

Delay in ms (when applyFilter is set to 'Throttle')

TypeScript
throttleDelay?: number;
Property Value

number