Ajax Pagination
In this episode we are going to extend our Ajax filtering system with one more feature, and that is going to be Ajax Pagination, using the October CMS Ajax framework.
Now that we have done filtering and sorting with Octobers Ajax framework, we will add one more feature that will make our UI more approachable. This feature is pagination, because we are showing a lot of items and we don’t want to show them all at once.
To do this we are going to use Ajax framework and it’s form update
option to refresh our pages list once the query has changed. As you will see this will be pretty simple once you know how to do it.