NAMESPACE: Bootstrap/Components/ClientComponents

Components/ClientComponents/InfiniteScroll.php

public function getInfiniteScroll($content,$parameters,$styles)

Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 301

Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 302

Infinite scrolling for paging. Will refresh the view with $_REQUEST parameter indicating the next page

parameters

$content array of other objects
$parameters
Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 301

Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 302
      $array = array(
      'nextpageid' => '20',  // page to load, typically next records
      'show_loader' => 1,
      );
      
$styles param array $styles please see the link for more information about parameters

variable

$content
$parameters
$styles