Forums

Pagination issue

fasenderos 21 Mar, 2015
Hi,
I have problem with pagination. In my list there are 50 items, I have set Front List -> Settings -> Page Limit to 20.
Than in the Footer Code of the Custom List I put this code
{paginator}

The list load 30 records (not 20) and at the bottom show only the paginator tag {paginator}
Thanks
fasenderos 21 Mar, 2015
I have made some progress, instead of {paginator} use _PAGINATOR_LIST_ and _PAGINATOR_NAV_ .... only the first work and show the dropdown, but there is no pagination link...
In addition the maximum number of records loaded is always 30 and no more even if i select to show 50 or 100 or all from the dropdown
fasenderos 21 Mar, 2015
Answer
I try also with this code.

<div><?php echo $this->view->Paginator->getList(); ?></div>
<div><?php echo $this->view->Paginator->getNav(); ?></div>


Also in this case is only displayed the dropdown, no paginations link
fasenderos 21 Mar, 2015
One more progress... the pagination show if I select in the dropdown less than 30 and this now make sense.
So the problem now is how to load more than 30 records, possibly to load all records in the table
fasenderos 21 Mar, 2015
Solved. The problem was in my db sorry
This topic is locked and no more replies can be posted.