Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
<!-- table that will be used for jQGrid -->
<
table
id
=
"userList"
><
/
table
>
//Set the page to the last page
$("#userList").setGridParam({page:$("#userList").getGridParam('lastpage')});
// Reload the grid.
$("#userList").trigger("reloadGrid")