Is there any built in "Jump to page" using server side processing while keeping the numbers as well?
Is there any built in "Jump to page" using server side processing while keeping the numbers as well?
juanf03
Posts: 1Questions: 1Answers: 0
I have a lot of rows so I need to use server side. Now I'm currently seeing
Previous 1 2 3 4 5…38 next
I need to have an input to jump to page "x" using server side....Is there any way to achieve this?
This discussion has been closed.
Answers
There is input pagination plug-in that creates a texbox allowing user to jump to any page.
Also there is select pagination plug-in.
See this answer for code and demonstration.
If you want to keep existing pagination control showing page numbers, you can add your own text box and programmatically change page using
page()
method.See more articles about jQuery DataTables on gyrocode.com.