Full number Pagination and sinfo together - Not happening
Full number Pagination and sinfo together - Not happening
srijan
Posts: 2Questions: 0Answers: 0
I'm trying to combine full number pagination and table information together. Something Like this
Previous Results 1 - 20 of 181 Page 1 2 3 4 5 Next
Everything seems good, EXCEPT the respective page numbers do not change its state to active and its always stuck at 1, no matter what "Result range" ( Results 1 - 20 of 181 or Results 20-40 of 181 or ... ) it is displaying.
What I did:
"fnDrawCallback": function( oSettings ) {
var info = $('.dataTables_info'); // information
$('.previous').after(info); // throw it after previous button.
},
Previous Results 1 - 20 of 181 Page 1 2 3 4 5 Next
Everything seems good, EXCEPT the respective page numbers do not change its state to active and its always stuck at 1, no matter what "Result range" ( Results 1 - 20 of 181 or Results 20-40 of 181 or ... ) it is displaying.
What I did:
"fnDrawCallback": function( oSettings ) {
var info = $('.dataTables_info'); // information
$('.previous').after(info); // throw it after previous button.
},
This discussion has been closed.
Replies
Allan