wijmo.grid.wijgrid Namespace > options type : sorted Event |
Javascript (Usage) | |
---|---|
$(function () { // Set sorted event handler function $(".selector").wijgrid({ sorted : function (e, args) { } }); }); |
Javascript (Specification) | |
---|---|
sorted = function ( e : Object, args : ISortedEventArgs ) { }; |