Infinite Scroll Options
Note: The infinite scroll option overrides and requires the Use AJAX setting for this views display.
The following tokens are supported:
  • @next_page_count -- the next page record count
  • @remaining_items_count -- the remaining amount of results
  • @total -- the total amount of results returned from the view
Automatically load subsequent pages as the user scrolls.
When initially loading a page beyond the first, this option will load all pages up to the requested page instead of just the requested page. So, if you have the pager set to 10 items per page, and you load the page with ?page=2 in the url, you will get page 0, 1 and 2 loaded for a total of 30 items. Note that this could cause some long page load times when loading many pages.
Enter 0 for no limit.
For example, set this to 3 and the first 3 items will not be displayed.
Unless you're experiencing problems with pagers related to this view, you should leave this at 0. If using multiple pagers on one page you may need to set this number to a higher value so as not to conflict within the ?page= array. Large values will add a lot of commas to your URLs, so avoid if possible.
Leave empty to show all pages.
Exposed options
Allow user to control selected display options for this view.
Set between which values the user can choose when determining the items per page. Separated by comma.