Showing wrong pagination entries

Showing wrong pagination entries

tristanvanbokkemtristanvanbokkem Posts: 19Questions: 0Answers: 0
edited July 2013 in General
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?

Replies

  • tristanvanbokkemtristanvanbokkem Posts: 19Questions: 0Answers: 0
    Hmm it might be something that is cached by bStateSave = true. How can I force a reload of the cache?
  • allanallan Posts: 63,512Questions: 1Answers: 10,472 Site admin
    > I am not sure where to search for in these forums

    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
This discussion has been closed.