On Saturday, September 20, 2014 9:43:34 PM UTC-7, T.R.Rajkumar wrote:
>
> I have a SQLFORM.grid. It paginates the returned rows. Now I want to move 
> through all the pages on a set timer interval without clicking the page 
> numbers, i.e I want to auto page like an album without post back using 
> jQuery. How to achieve that. Thank you.
>

I think for this you'll have to have to use a timer in javascript ; when 
the timer fires, you can emulate having clicked on the button, which is the 
easy way (I think).

As an alternative to paging, I think there have been samples posted to the 
group that demonstrate infinite scrolling, which is essentially using 
jquery and/or AJAX to append a new spoonful of data at the end of the 
current "page".   The Google Groups view of this group's topics behaves in 
that way.

Good luck!

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to