Austin Troth
Posts: 0
Joined: Wed Feb 26, 2014 4:54 am

Pagination spinner not showing through pagination change

On an app that has pagination enabled for a list that has a limit of 100, when I move to the next page the loading spinner does not show up for the whole time it is loading the list. At first it looks like the page change didn't work but turns out if you just wait it will work through. Is there a way to force the spinner to show while it finishes loading. Thanks

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Pagination spinner not showing through pagination change

Hello Austin,

Yes, it is possible. Please use JS code below to show/hide spinner:

preshowSpinner();

hideSpinner();/pre

Please add it to events "Before send" and "Success" of the service

Austin Troth
Posts: 0
Joined: Wed Feb 26, 2014 4:54 am

Pagination spinner not showing through pagination change

I tried this command on both the service and the next button js commands and it still disappears before the list is completely loaded

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Pagination spinner not showing through pagination change

Could you clarify, what length of the list do you have? Does it have images?

Austin Troth
Posts: 0
Joined: Wed Feb 26, 2014 4:54 am

Pagination spinner not showing through pagination change

The database has 15124 entries but they have a load limit of 100 at a time. No images are included just 3 strings

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Pagination spinner not showing through pagination change

Did you set codeshowSpinner();/code to the before send event?

You can force it's showing there

Return to “Issues”