jQuery.wijmo.wijfilter Namespace > options type : sortDirection Field |
Determines the sort direction. Possible values are: "none", "ascending" and "descending". "none": no sorting. "ascending": sort from smallest to largest. "descending": sort from largest to smallest.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijfilter.options.sortDirection; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ sortDirection: "none" }] });