Now compatible with jQueryUi 1.10.1 and jQuery 1.9.1
Default: "asc"
If sidx set, the initial sorting order: "asc" or "desc" (No capital letters).
Initialize a combogrid with the sord option specified.
$( ".selector" ).combogrid({ sord: "title" });Get or set the sord option, after init.
//getter
var sord = $( ".selector" ).combogrid( "option", "sord" );
//setter
$( ".selector" ).combogrid( "option", "sord", "title" );
Press keyboard "keydown" to open the menu. Sorted title column in "asc" order.
Press keyboard "keydown" to open the menu. Sorted title column in "desc" order.
Combogrid is designed, developed and maintained by a single programmer.
Copyright © 2010-2011 All Rights Reserved by Sara D'Alia | Site designed by Amatyr4n