Skip to content

Instantly share code, notes, and snippets.

@stevenharman
Created December 2, 2009 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenharman/247349 to your computer and use it in GitHub Desktop.
Save stevenharman/247349 to your computer and use it in GitHub Desktop.
$("#my_list").jqGrid({
datatype: 'json',
mtype: 'POST',
// configure colums, etc...
prmNames: { sort: "sortby", order: "sortorder" },
sortname: 'id',
sortorder: "desc"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment