Datatables 1.10.2: Bug: .page() not working
Datatables 1.10.2: Bug: .page() not working
babablacksheep
Posts: 41Questions: 23Answers: 0
Hi,
I have been messing with .page() for 2 hours and couldn't make it to work.
I have a button , and on click I want table to go last page. Is it a bug or am I doing something wrong ?
I am using same options as given on page http://datatables.net/reference/api/page%28%29
See this JSFIDDLE:
http://jsfiddle.net/bababalcksheep/pdoo0khs/
Please Help !!!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Your fiddle doesn't work because the button doesn't have an ID. If I add it in, it works as expected: http://jsfiddle.net/pdoo0khs/2/ .
Allan