Page 1 of 1

Pagination error

Posted: Fri Jun 20, 2014 3:45 am
by nadiah jabbar

hello. why do pagination works sometimes? i have to keep refreshing to show the limit that i've set.


Pagination error

Posted: Fri Jun 20, 2014 4:24 am
by Yurii Orishchuk

Hi Nadiah.

Please make screen shots from service test tab where we can see this error.

Also if you can not reproduce it in service test tab, make screen shots from "NET" tab of your browser debugger with your problem list/query request(request and response should be visible).

Regards.


Pagination error

Posted: Fri Jun 20, 2014 5:58 am
by nadiah jabbar

i've limit it to 5 however,it still displays all the item
Image

coding for my previous button:
Image

Next Button:

Image

Page Load:

Image

Service test
Image


Pagination error

Posted: Fri Jun 20, 2014 6:57 am
by Evgene Karachevtsev

Hello Nadiah,

Please check is the mapping for this service correct? Please look at this part of tutorial:
http://devcenter.appery.io/tutorials/...


Pagination error

Posted: Mon Jun 23, 2014 2:21 am
by Lim Samantha

Hi, i have check the mapping. It is the same as the tutorial. Image

Image

  • on behalf of Nadiah

Pagination error

Posted: Mon Jun 23, 2014 4:14 pm
by Evgene Karachevtsev

Hello,

Please clarify why do you call listMessage_clone_5 which displays all the entries from the database on page load, if you just need to call get_messages for pagination. You should remove the call listMessage_clone_5. If everything else that you have is like in tutorial, it should work correctly


Pagination error

Posted: Tue Jun 24, 2014 1:05 am
by nadiah jabbar

hello! Thanks for your help! It is working now :)