--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/wGFhDLobpIcJ.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
The thing is, pagination usually implies a page load. You might thing about doing it with tabs (or similar) instead if that seems reasonable for the number of addresses you have.
Elin--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/kQPvDvwzxigJ.
Am 22.11.2011 22:29, schrieb Mike Smith:
> If he really want to do it this way it can be done in a module, but
> the data displaying and paging need to be ajax driven then it would
> work just fine.
yes, i think this approach is in the right direction. The breaking point
which i had not thougth of, is the page reload. So, if i display a
component in an ajax container, it solves both issues: reload and
pagination.
thanks
Ralf