Page 1 of 1

Pagination tutorial not working with api express

Posted: Tue Feb 23, 2016 4:33 pm
by Michael Droll

I'm using the tutorial for pagination here ( https://devcenter.appery.io/tutorials... ) as a reference for API express.

everything is working exept limit is not included in the query.
Image

but it is showing up in the mapping editor. Image

I am assuming that "skip" is not the proper syntax for sql. Is this correct, and what should I have for pagination to work?

the database is on hostbuddy, FYI.

here is what the local storage shows (just in case). they are working as expected and skip does increase with every next button click. Image

Thank you for the help,
Michael


Pagination tutorial not working with api express

Posted: Tue Feb 23, 2016 5:22 pm
by Serhii Kulibaba

Hello Michael,

This tutorial works only for Appery.io DB. Please use parameters offset and limit: https://devcenter.appery.io/documenta...


Pagination tutorial not working with api express

Posted: Mon Feb 29, 2016 5:23 pm
by Michael Droll

That worked like a charm. thank you.