Navigating huge numbers of pages
Navigating huge numbers of pages

I have one DataTable that currently has over 600 pages.
Is there any mechanism (e.g. page number search) that can get me quickly to the page I need?
For example if I want to go to page 300 I have to click 'next' allot of times.
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @pagerpager ,
You can create your own page navigator plugin, like this one here with an input element,
Cheers,
Colin
Awesome - thank you!