TreeListColumnFilterableSettingsBuilder
Methods
Ui(System.Func)
The role data attribute of the widget that is used in the filter menu, or a JavaScript function which initializes that widget.
Parameters
handler - System.Func<Object,Object>
The value that configures the ui action.
Ui(System.String)
The role data attribute of the widget that is used in the filter menu, or a JavaScript function which initializes that widget.
Parameters
handler - System.String
The value that configures the ui action.
Cell(System.Action)
Specifies options for the filter header cell when filter mode is set to 'row'.Can be set to a JavaScript object which represents the filter cell configuration.
Parameters
configurator - System.Action<TreeListColumnFilterableCellSettingsBuilder>
The action that configures the cell.
Operators(System.Action)
Configures the Filter menu operators.