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
filters: Array of FilterControl elements to define all the filters
object - filters: Object of currently active filters
<Filter filters={[freeTextFilter, optionsFilter, customFilter]} onFiltersChange={callBackFn} /> Copy
<Filter filters={[freeTextFilter, optionsFilter, customFilter]} onFiltersChange={callBackFn} />
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