How to split a View in several pages when a number of elements is reached?
Posted
by oalo
on Stack Overflow
See other posts from Stack Overflow
or by oalo
Published on 2010-04-26T16:51:54Z
Indexed on
2010/04/26
16:53 UTC
Read the original article
Hit count: 145
I am using Views to display a gallery. Right now I have set up the View so it onlys shows 50 elements, but I want it to display a "Next" button that takes you to the next batch of elements. Preferably using AJAX / without reloading, but its not necessary.
How can I do this? I have looked at all the options and searched for a module that does that with no success, but I am sure its a standard funcionality and you people can help me.
Thank you for reading.
© Stack Overflow or respective owner