Search found 2 matches

Go to advanced search

by John Stockinger
Fri Aug 08, 2014 3:40 am
Forum: Issues
Topic: Pagination and Dynamic total variable
Replies: 3
Views: 152
 
Jump to post

Pagination and Dynamic total variable

That gave me what I needed! Thank you :) For anyone who has the same problem, this is the JS i ended up with localStorage.setItem('total', parseInt(localStorage.getItem('count'))); count was a local variable set with a query_service service that was invoked when my page loaded. I had to add a parame...
by John Stockinger
Thu Aug 07, 2014 4:41 am
Forum: Issues
Topic: Pagination and Dynamic total variable
Replies: 3
Views: 152
 
Jump to post

Pagination and Dynamic total variable

Hello, I used this tutorial to add pagination to my app http://devcenter.appery.io/tutorials/... It worked great, but I'd like to be able to set the 'total' variable dynamically based on the number of records in my database. localStorage.setItem('total', 3); <-- I want the 3 to be dynamic Do you hav...

Go to advanced search