Alternative pagination doesn't work
Alternative pagination doesn't work
liranf
Posts: 9Questions: 6Answers: 0
Hi,
I am using DataTables and yadcf and I don't know why, but the "pagingType": "full_numbers" does not seem to work.
Here is my code:
$('#table').DataTable({
"iDisplayLength": 10
,"pagingType": "full_numbers" //Doesn't show page numbers...
,"bJQueryUI": true
,"bStateSave": false
}).yadcf([...]);
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
If that is your actual code, you have a comma AFTER the comment when it should be BEFORE.
It works after upgrading to 1.10.5 :)