Renders filter components depending on the options specified in params FreeTextFilter and OptionsFilter are inbuilt filter types and its possible to pass custom filters with filter type of CustomFilter
object - filters: Object of currently active filters
<Filter filters={[freeTextFilter, optionsFilter, customFilter]} onFiltersChange={callBackFn} /> Copy
<Filter filters={[freeTextFilter, optionsFilter, customFilter]} onFiltersChange={callBackFn} />
Generated using TypeDoc
Renders filter components depending on the options specified in params FreeTextFilter and OptionsFilter are inbuilt filter types and its possible to pass custom filters with filter type of CustomFilter