Skip to content

Commit 13a5f7f

Browse files
committed
Document missing grid view filters
1 parent ef8a77e commit 13a5f7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/php/api/grid_views.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ GridViewColumn::for('categoryID')
298298
->filter(new CategoryFilter((new CategoryNodeTree('identifier'))->getIterator()))
299299
```
300300

301+
#### DateFilter
302+
303+
`DateFilter` is a filter for columns that contain unix timestamps.
304+
301305
#### I18nTextFilter
302306

303307
`I18nTextFilter` is a filter for text columns that are using i18n phrases.
@@ -333,6 +337,7 @@ GridViewColumn::for('foo')
333337
#### TimeFilter
334338

335339
`TimeFilter` is a filter for columns that contain unix timestamps.
340+
In contrast to `DateFilter`, this filter also allows filtering by a specific time.
336341

337342
#### UserFilter
338343

0 commit comments

Comments
 (0)