jQuery DataTable pagination issues

jQuery DataTable pagination issues

bioluminescencebioluminescence Posts: 16Questions: 0Answers: 0
edited March 2012 in General
I refer you to the following post that I posted on Stackoverflow, I'm hoping it can be answered here please. Any help would be appreciated.

http://stackoverflow.com/questions/9601096/jquery-datatable-pagination-issues

Thanks
Brendan

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Sounds like you need to 'clear' the footer. If you have a link that would be really useful, otherwise I'd suggest just adding a clearing DIV (i.e. with the CSS clear:both) after your table.

    Allan
  • bioluminescencebioluminescence Posts: 16Questions: 0Answers: 0
    All coding is done internally, I have pasted all the code on the Stackoverflow site that is used, nothing was left out, so if you like, you can copy and paste it like it is on the website and see for yourself.

    You mean something like:



    And then I put it in after:




    .....
    .....
    .....
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Something like this:

    [code]



    .....
    .....
    .....




    [/code]

    Allan
  • bioluminescencebioluminescence Posts: 16Questions: 0Answers: 0
    Thanks :)
This discussion has been closed.