Pagination poisition

Pagination poisition

rrkwellsrrkwells Posts: 5Questions: 0Answers: 0
edited August 2011 in DataTables 1.8
Hello Alan and other members.. How do I alter pagination element position? I'm using this logic to get pagination at both top and bottom as Alan suggested.. [code]"sDom": '<"H"lfrp>t<"F"ip>'[/code] but this always places "pagination" buttons in the middle of the header . I would like to change it so that buttons are at the end of the header, something like this..

|___Search________| Pagination |


Also, is it possible to use different styles of paignation at the top and bottom? May be "Full_numbers" at the top and dedault at the bottom? Thanks!

Replies

  • allanallan Posts: 61,711Questions: 1Answers: 10,103 Site admin
    The sDom parameter looks correct for what you want, but you would also need to modify the demo CSS (assuming you are using that) to align your elements correctly. I'd suggest having a look with Firebug to see what styles are currently applied.

    Allan
This discussion has been closed.