Views Data Pager
Categories
Component ID
1283130
Component name
Views Data Pager
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module is designed to be used in conjunction with Views that are used to return data feeds.
By extending the built-in Views pager plugin, Views Data Pager exposes conventional pager variables as URL query strings, allowing 'pagination' to be controlled by these querystrings, hence, no physical pager need be used. The two conventional pager variables that this module exposes are:
offset- The same field defined in the Views UI for a conventional pager. If the 'offset' field isn't specificed in the URL, then the offset value is set to '0'.
limit- The number of items 'per page'. If this value isn't specified in the URL, then it defaults to the value set in the Views UI
