1. #1
    Sencha User
    Join Date
    Oct 2011
    Location
    Vancouver, Canada
    Posts
    157
    Vote Rating
    12
    Answers
    5
    el_chief will become famous soon enough

      0  

    Default 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?


    Just curious. Thanks

  2. 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.

  3. #2
    Sencha - Services Team bt_bruno's Avatar
    Join Date
    Mar 2008
    Location
    Redwood City, CA
    Posts
    145
    Vote Rating
    7
    Answers
    10
    bt_bruno is on a distinguished road

      0  

    Default


    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.
    Bruno Tavares, Solutions Engineer
    Sencha, Inc.

  4. #3
    Sencha User
    Join Date
    Oct 2011
    Location
    Vancouver, Canada
    Posts
    157
    Vote Rating
    12
    Answers
    5
    el_chief will become famous soon enough

      0  

    Default


    great, thanks