gridx
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

gridx.modules.SingleSort.columnMixin

Object » gridx.modules.SingleSort.columnMixin
dojo.require("gridx.modules.SingleSort");
Defined in gridx/modules/SingleSort.js

Method Summary

  • clearSort(skipUpdateBody) Clear sort on this column
  • isSortable() Check whether this column is sortable.
  • isSorted() Check wheter this column is sorted.
  • setSortable(isSortable) Set sortable for this column
  • sort(isDescending, skipUpdateBody) Sort this column.

Methods

clearSort
Clear sort on this column
ParameterTypeDescription
skipUpdateBody
isSortable
Check whether this column is sortable.
isSorted
Check wheter this column is sorted.
setSortable
Set sortable for this column
ParameterTypeDescription
isSortable
sort
Sort this column.
ParameterTypeDescription
isDescending
skipUpdateBody