Skip to content

Commit 57e41dc

Browse files
authored
add docs about reserved filter names (#652)
1 parent 2800f98 commit 57e41dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

7.x/crud-filters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ CRUD::filters(); // gets all the filters
4040
<a name="adding-a-filter"></a>
4141
### Adding and configuring a filter
4242

43+
> Some filter names are reserved. Do **NOT** use the following names in filters: **lenght**, **draw**, **start**, **search**, **totalEntryCount**, **columns** or **datatable_id**.
44+
4345
Inside your `setupListOperation()` you can add or select a filter using `CRUD::filter('name')`, then chain methods to completely configure it:
4446

4547
```php

0 commit comments

Comments
 (0)