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.
$("#element").wijgrid({ columns: [{ sortDirection: "none" }] });