I'm using jqGrid with a restful api. By default when I click "next page", I get a url like:
http://myservice.com?rows=20&page=2
(I'm leaving out some params to keep the example simple.)
The service expects a url like:
http://myservice.com?limit=20&offset=2
What's the easiest way to set up that translation?