-
Answered: Why is there a page parameter, and start and limit parameters on paging requests?
Answered: Why is there a page parameter, and start and limit parameters on paging requests?
-
Best Answer Posted by
bt_bruno
I believe it facilitates server side paging. Some servers use a single page parameter, others use a combination of start and limit.
You can easily switch it off by setting pageParam to undefined, for example.
-
Sencha - Services Team
I believe it facilitates server side paging. Some servers use a single page parameter, others use a combination of start and limit.
You can easily switch it off by setting pageParam to undefined, for example.
-
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us