Filtering
The following Injection Tokens apply to the Filtering module.
Debounce time
TEXT_FILTER_DEBOUNCE_TIME
const TEXT_FILTER_DEBOUNCE_TIME: InjectionToken<number>;NUMERIC_FILTER_DEBOUNCE_TIME
const NUMERIC_FILTER_DEBOUNCE_TIME: InjectionToken<number>;Custom Filter conditions
CUSTOM_TEXT_FILTER_CONDITIONS
const CUSTOM_TEXT_FILTER_CONDITIONS: InjectionToken<CustomTextCaseFilterCondition<object>>;CUSTOM_NUMERIC_FILTER_CONDITIONS
CUSTOM_DATE_FILTER_CONDITIONS
CUSTOM_BINARY_FILTER_CONDITIONS
Custom Row Filter conditions
CUSTOM_ROW_TEXT_FILTER_CONDITIONS
CUSTOM_ROW_NUMERIC_FILTER_CONDITIONS
CUSTOM_ROW_DATE_FILTER_CONDITIONS
Last updated