≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
How to add Jump to page by filling number in pagination
How to add Jump to page by filling number in pagination
nav
Posts: 1
Questions: 0
Answers: 0
August 2012
edited August 2012
in
General
Hello,
i am using data table plugin as per the below code I got pagination but with this i want a input box in witch i just enter a number and i will go to that data row
$('#example').dataTable({
"sPaginationType": "full_numbers"
}
);
This discussion has been closed.