Datatable paging input display issue
Datatable paging input display issue
![Zakria](https://secure.gravatar.com/avatar/955887696d57742c4a4711816f28b978/?default=https%3A%2F%2Fvanillicon.com%2F955887696d57742c4a4711816f28b978_200.png&rating=g&size=120)
Description of problem: Hi, I have used the the input.js pagination plugin and it was working fine for me until I found this issue. The problem is that once the pagination input is hidden after changing the number of entries is such a way that there is only one page in table, decreasing the number of entries never show the input again even if the number of pages increase.
e:g
The pagination input hidden when there's is only one page
Now after decreasing the number of entries the number of pages grow but the pagination input is still hidden
This question has an accepted answers - jump to answer
Answers
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
Thanks for the feedback. I am attaching the test case link below. I hope it will help understanding the problem
Link to test case: http://live.datatables.net/fetelele/1
Edit Description:
![](https://datatables.net/forums/uploads/editor/2a/bc0kb9ch9klm.png)
The pagination input is shown initially
****The pagination input is hidden when show entries is changed to 100
![](https://datatables.net/forums/uploads/editor/r2/ut21h04ad8r8.png)
![](https://datatables.net/forums/uploads/editor/aq/wv92g2l57pb9.png)
Now changing the number of entries back to 10, the input is not shown again
![](https://datatables.net/forums/uploads/editor/ib/hzqtzhz4t9px.png)
Hi,
You are using an old version of the input paging plug-in. Updating allows it to work.
Allan
Thanks. updating the version worked.