Render custom input element instead of default one.
Parameters
handleChange: ((key: string, value: any) => void)
Event to handle input change, mainly to update internal filter values.
(key: string, value: any): void
Event to handle input change, mainly to update internal filter values.
Parameters
key: string
value: any
Returns void
value: any
Filter value to either pass or display in custom input.
rangeIndex: undefined | number
Provides filter value indexes as 0 and 1 to index value array, in case range filter function is selected.
Required only if filter functions are enabled.
Render custom input element instead of default one.