Pagination style with number both top and bottom
Pagination style with number both top and bottom
How can I get the pagination with the numbers to show both top and bottom
In example here
http://datatables.net/styling/themes
it shows bottom only, how do I get pagination with numbers showing both top and bottom?
This give me errors
$(document).ready( function() {
$('#example').dataTable( {
"bJQueryUI": true,
"sPaginationType": "full_numbers"
"sDom": '<"top"iflp>'
} );
} );
Can someone help me please
Thank you
In example here
http://datatables.net/styling/themes
it shows bottom only, how do I get pagination with numbers showing both top and bottom?
This give me errors
$(document).ready( function() {
$('#example').dataTable( {
"bJQueryUI": true,
"sPaginationType": "full_numbers"
"sDom": '<"top"iflp>'
} );
} );
Can someone help me please
Thank you
This discussion has been closed.
Replies
http://datatables.net/forums/comments.php?DiscussionID=1410
Allan