datatables api to go to different page
datatables api to go to different page
jadeite1000
Posts: 9Questions: 7Answers: 0
Hi All:
I have a datatable that have 100 records with a balance field where the user have to enter for each record.
It is set to 10 records per page. Therefore there is 10 pages.
Does datatables have an api where I can used in JAVASCRIPT TO GO TO PAGE 3 OR PAGE 4 WITHOUT THE USER CLICKING ON PAGE 3 OR PAGE 4?
Any help or hint will be greatly appreciated it!!!
This discussion has been closed.
Answers
The
page()
should do what you want.Kevin