Multiple paginations

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
SPQRInc
Joomla! Intern
Joomla! Intern
Posts: 60
Joined: Sun Jan 05, 2014 1:00 pm

Multiple paginations

Post by SPQRInc » Fri Dec 19, 2014 9:13 am

Hey there :-)

I've got a question: Is it possible to add more than one pagination to a view?

In my case I would like to show different data in my view (see my sketch: http://d.pr/i/12cEn )


Thanks in advance for any help :-)

User avatar
MeeDNite
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 249
Joined: Sun Sep 21, 2008 3:31 am

Re: Multiple paginations

Post by MeeDNite » Thu Jan 01, 2015 8:38 am

Hi,
Solution 1:
You can use Ajax to paginate these 2 lists,
Solution 2:
you can use multiple models for these 2 lists, inherit from JModelList and paginate.

Regards

ricardovigatti
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Fri Dec 12, 2014 3:40 am

Re: Multiple paginations

Post by ricardovigatti » Wed Feb 11, 2015 9:56 pm

MeeDNite wrote:Hi,
Solution 1:
You can use Ajax to paginate these 2 lists,
Solution 2:
you can use multiple models for these 2 lists, inherit from JModelList and paginate.

Regards
I think that use Ajax is a better solution.


Locked

Return to “Joomla! 3.x Coding”