1.10.0-beta.1 - Bug
1.10.0-beta.1 - Bug
jhenley
Posts: 2Questions: 0Answers: 0
I think I may have found a bug... Pagination doesn't seem to work manually, but built in pagination works fine...
i.e.
var table = $('#myTable').DataTable();
table.page('next').draw();
i.e.
var table = $('#myTable').DataTable();
table.page('next').draw();
This discussion has been closed.
Replies
I see that the `page()` docs are missing this parameter as well - I'll update them very shortly ( http://next.datatables.net/reference/api/page() )!
Allan