Wijmo UI for the Web
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.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijfilter.options.sortDirection;
Javascript (Specification) 
var sortDirection : string;
Example
$("#element").wijgrid({ columns: [{ sortDirection: "none" }] });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.