full number pagination crowded

full number pagination crowded

dangeldangel Posts: 5Questions: 0Answers: 0
edited December 2010 in General
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 );
} );

Replies

  • dangeldangel Posts: 5Questions: 0Answers: 0
    Sorry I wasn't done....
    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!
  • dangeldangel Posts: 5Questions: 0Answers: 0
    this was fixed when I added padding to the CSS
This discussion has been closed.