Using a Custom Pager with Entity Lister

Entity Lister comes with an AJAX pager, but in many cases your application may require you to supply your own custom AJAX pager. For example, you might have to post some value to your callback function that can only be determined in the javascript. Your callback may need to take into account the values of UI elements elsewhere on the page -- such as filters that appear above your list. In such a case the AJAX pager in Entity Lister won’t suffice. You'll need to write your own. Fortunately it's quite easy to do so.

Subscribe with RSS Subscribe to RSS - pager