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