Pagination style with number both top and bottom

Pagination style with number both top and bottom

thepcmanthepcman Posts: 1Questions: 0Answers: 0
edited February 2010 in General
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

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Please see this thread, with discusses how to use sDom to do multiple pagination controls and points to the example:
    http://datatables.net/forums/comments.php?DiscussionID=1410

    Allan
This discussion has been closed.