Constructor
new module:caplin/grid/refine/component/presenter/DefaultSortingPresentationNode(templateName)
Extends:
Parameters:
Name | Type | Description |
---|---|---|
templateName |
string | The name of the template with which to render the node |
Extends
Methods
-
apply()
-
Apply the currently selected sort option to the column
-
clear()
-
Set the column to unsorted if it isn't already unsorted
-
getColumn()
-
Get the configured column.
-
getTemplateName()
-
Get the template id to render the node with
-
setColumn(gridColumn)
-
Set the column which the node should sort
Parameters:
Name Type Description gridColumn
module:caplin/grid/GridColumn