Showing wrong pagination entries
Showing wrong pagination entries
tristanvanbokkem
Posts: 19Questions: 0Answers: 0
I am not sure where to search for in these forums so I am opening a new topic instead.
I have set the entries per page to 15. But my table is only holding 11 rows. So my pagination entries should state:
[code]Showing 1 to 11 of 11 entries[/code]
But instead it is stating:
[code]Showing 1 to 6 of 11 entries[/code]
I have noticed this behaviour on multiple tables I am using but I am unable to find the cause. Any ideas?
I have set the entries per page to 15. But my table is only holding 11 rows. So my pagination entries should state:
[code]Showing 1 to 11 of 11 entries[/code]
But instead it is stating:
[code]Showing 1 to 6 of 11 entries[/code]
I have noticed this behaviour on multiple tables I am using but I am unable to find the cause. Any ideas?
This discussion has been closed.
Replies
Search box at the top of every page :-)
Can you link me to the page you are having problems with? If you have state saving enabled and you've sent the display length to 6 then it would use that value on reload. You can delete the cookie to kill the saved data.
Allan