Update cells.rst
On this line
$paging = $paginator->getPagingParams() + (array)$request->getParam('paging');
modified by
$paging = $paginator->getPagingParams() + (array)$this->request->getParam('paging');
because the former was throwing fatal error.
Loading
Please sign in to comment