Filtering : Default values
Default filtering value
Introduction
The configuration of "default filtering value" can be done using an YAML file. This file should be imported into your application configuration.
Imagine the following configuration
Suppose you want to set the default value on your filter form with the following values :
you can proceed as well, using the value option on your filter field
Option
Description
Required
Possible values
provider
provide default value of your field
no
function_name or your_service@function_name
arguments
arguments of you provied
no
array
Last updated