full number pagination crowded
full number pagination crowded
I just found this today and I LOVE it! I am having trouble with how the full number pagination is displayed on my page though.
The buttons are not spread out nicely like they are on the example page. They are all crowed together and overlap. So you can't really even make out the numbers.
Here is the script...
$(document).ready(function() {
var oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
new FixedHeader( oTable );
} );
The buttons are not spread out nicely like they are on the example page. They are all crowed together and overlap. So you can't really even make out the numbers.
Here is the script...
$(document).ready(function() {
var oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
new FixedHeader( oTable );
} );
This discussion has been closed.
Replies
I am using tfoot in case that makes a difference.
I'm not sure what else I can provide that would be helpful. Thank you!