Client side page rendering with jqGrid

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.

+6
javascript jquery jquery-plugins pagination
source share
1 answer

Instead of answering the question again, I offer a link that can help someone, but it has not helped me yet:

http://www.trirand.com/blog/?page_id=18/help/using-client-side-sorting-but-server-side-paging-using-jqgrid/page-1

I would like information on how you type pages on the client side with sorting on the client side.

+1
source share

All Articles