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
The list load 30 records (not 20) and at the bottom show only the paginator tag {paginator}
Thanks
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
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
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
I try also with this code.
Also in this case is only displayed the dropdown, no paginations link
<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
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
So the problem now is how to load more than 30 records, possibly to load all records in the table
Solved. The problem was in my db sorry
This topic is locked and no more replies can be posted.