diff --git a/Resources/doc/columns_configuration/filters/create_filter.md b/Resources/doc/columns_configuration/filters/create_filter.md index f0865729..199c940e 100644 --- a/Resources/doc/columns_configuration/filters/create_filter.md +++ b/Resources/doc/columns_configuration/filters/create_filter.md @@ -4,6 +4,8 @@ Create a filter If you want another filter than the input and the select filters you can create your own filter. You just have to create your template for your filter and call it in the `filter` attribute of a column. +**Note**: The name of your filter is converted to lowercase. + ## Example with another input filter: #### Create the template @@ -56,4 +58,4 @@ $grid->setSource($source); $grid->getColumn('description')->setFilterType('input2'); ... -``` \ No newline at end of file +```