Filtering
The following Injection Tokens apply to the Filtering module.
Debounce time
TEXT_FILTER_DEBOUNCE_TIME
This Injection Token modifies the waiting time before sending a text filter for its execution.
NUMERIC_FILTER_DEBOUNCE_TIME
This Injection Token modifies the waiting time before sending a numeric filter for its execution.
Custom Filter conditions
CUSTOM_TEXT_FILTER_CONDITIONS
This Injection Token allows creating Text
filter conditions and adding them to the existing ones.
CUSTOM_NUMERIC_FILTER_CONDITIONS
This Injection Token allows creating Numeric
filter conditions and adding them to the existing ones.
CUSTOM_DATE_FILTER_CONDITIONS
This Injection Token allows creating Date
filter conditions and adding them to the existing ones.
CUSTOM_BINARY_FILTER_CONDITIONS
This Injection Token allows overwriting the valid filter conditions for Binary
types.
Custom Row Filter conditions
CUSTOM_ROW_TEXT_FILTER_CONDITIONS
This Injection Token allows changing the default Text
condition.
CUSTOM_ROW_NUMERIC_FILTER_CONDITIONS
This Injection Token allows changing the default Numeric
condition.
CUSTOM_ROW_DATE_FILTER_CONDITIONS
This Injection Token allows changing the default Date
condition.
Last updated