SMART datagrid v.1 > Classes > DataColumn
Auto filter Setting Object which is set in column.
Auto filter is a filter device which displays the values not duplicated among those data cells involved in column, and only the data rows corresponding to the selected value. It can be used in conjunction with the existing Column Filter.
Defaults to .
grid.setColumns([{
fieldName: "field01",
name: "col1",
autoFilter: {
active: true,
valueScale: 2,
}
}, {
...
}]);