FieldSettings
Interface
The FieldSettings object.
Definition
Package:@progress/kendo-react-data-tools
Properties
filter
any
The filter editor component. Could be any of the built-in TextFilter, NumericFilter, DateFilter, BooleanFilter or a custom component.
label
string
The field label, which will be shown in the fields DropDownList.
max?
number
Specifies the greatest value that can be entered.
min?
number
Specifies the smallest value that can be entered.
name
string
The field name.
The collection of operators which will be passed to the operators DropDownList.