I know that it is possible to perform client-side sorting in jqGrid by setting loadonce = true, but is it possible to also do paging on the client side?
I want to transfer all the data (about 80 JSON pages) to the client at the time the page loads, and then I don't want any calls on the server. I want jqGrid to handle both paging and sorting.
javascript jquery jquery-plugins pagination
Abi
source share