GridFieldFilterPicker
Subclass of FieldFilterPicker allowing configuration using an existing Grid.
See also GridFieldFilterPickerGroup.
Configs
106
Configs
106Common
Other
Optional array of field names that are allowed as selectable properties for filters. This is a subset of the field names found in the grid's columns. When supplied, only the named fields will be shown in the property selector combo.
Note that field names are case-sensitive and should match the data field name in the store model.
Grid from which to read the available field list. In order to
appear as a selectable property for a filter, a column must have a field property.
If the column has a text property, that will be shown as the displayed text in the
selector; otherwise, the field property will be shown as-is.
The grid's Store's modelClass will be examined to find field data types.
You can limit available fields to a subset of the grid's columns using the allowedFieldNames configuration property.