Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 7.x/crud-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ CRUD::filters(); // gets all the filters
<a name="adding-a-filter"></a>
### Adding and configuring a filter

> Some filter names are reserved. Do **NOT** use the following names in filters: **lenght**, **draw**, **start**, **search**, **totalEntryCount**, **columns** or **datatable_id**.

Inside your `setupListOperation()` you can add or select a filter using `CRUD::filter('name')`, then chain methods to completely configure it:

```php
Expand Down