i want latest pagination in datatable
i want latest pagination in datatable
venkatgoutham
Posts: 10Questions: 0Answers: 0
hi all,
i am new to data tables. this plugin is very help full to me. but i need latest pagination which is have select page umber also. so how can i fix this one datatable plz help me.
Thanks & regards,
VEnkatGoutham.
i am new to data tables. this plugin is very help full to me. but i need latest pagination which is have select page umber also. so how can i fix this one datatable plz help me.
Thanks & regards,
VEnkatGoutham.
This discussion has been closed.
Replies
$(document).ready( function() {
$('#myTable').dataTable( {
"sPaginationType": "full_numbers"
} );
[/code]
should work. replace #myTable with what ever id you have given to your data table
Allan
i got axcatly what i want...