Skip to content

Commit

Permalink
Update create_filter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Petit Yoann committed Dec 24, 2014
1 parent 6809f9d commit ed3c6be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/doc/columns_configuration/filters/create_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,4 +58,4 @@ $grid->setSource($source);

$grid->getColumn('description')->setFilterType('input2');
...
```
```

0 comments on commit ed3c6be

Please sign in to comment.