Plugin to repagination.
Use the force, read the code.
cakePHP 3
$ composer require adrianodemoura/paginate-ajax
parent::bootstrap();
$this->addPlugin('PaginateAjax');
public function initialize()
{
parent::initialize();
$this->loadComponent('PaginateAjax.Paginator');
}
'PaginateAjax' => $baseDir . '/vendor/adrianodemoura/paginate-ajax/',
'PaginateAjax\\' => array($vendorDir . '/adrianodemoura/paginate-ajax/src'),
'PaginateAjax\\Test\\' => array($vendorDir . '/adrianodemoura/paginate-ajax/tests'),