It's especially useful when the number of pages are very large.
Drupal's built-in pager only allows sequential access to page and it could take forever to scroll through very large number of pages.
This pager is very compact and can be made super mini by CSS styling the first/previous/next/last links with graphics.
Keybooard shortcuts can be used (up/down arrows and page up/page down keys) when the page text field is selected.
Installation:
Unpack in your modules folder (usually '/sites/all/modules/')
Enable under Administer > Site Building > Modules
Requirements:
· Drupal 6.x
· JavaScript enabled on client side
Limitations:
· This module doesn't work when the devel theme developer module is enabled.
What's New in This Release: [ read full changelog ]
· Fix ajax_path problem when multiple Ajax views are on a page.
· Fix multiple Ajax view pager problem.