We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8a77e commit 13a5f7fCopy full SHA for 13a5f7f
docs/php/api/grid_views.md
@@ -298,6 +298,10 @@ GridViewColumn::for('categoryID')
298
->filter(new CategoryFilter((new CategoryNodeTree('identifier'))->getIterator()))
299
```
300
301
+#### DateFilter
302
+
303
+`DateFilter` is a filter for columns that contain unix timestamps.
304
305
#### I18nTextFilter
306
307
`I18nTextFilter` is a filter for text columns that are using i18n phrases.
@@ -333,6 +337,7 @@ GridViewColumn::for('foo')
333
337
#### TimeFilter
334
338
335
339
`TimeFilter` is a filter for columns that contain unix timestamps.
340
+In contrast to `DateFilter`, this filter also allows filtering by a specific time.
336
341
342
#### UserFilter
343
0 commit comments