Duplicating Pagination (Bottom & Top of the table)

Duplicating Pagination (Bottom & Top of the table)

theyouyoutheyouyou Posts: 12Questions: 0Answers: 0
edited January 2010 in General
Hello,
I've tryed to duplicate Pagination with the JQuery Clone() function, but when I do that, pagination doesn't work anymore... Do you have any clue in how to duplicate this pagination ?

Replies

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin
    Hi geekforever,

    Yup - use DataTables 1.6 beta. Support for multiple control elements is one of the major new features in 1.6 :-). You just use sDom and put the 'p' indicator in where you want the paging control to appear in the DOM. Example: http://datatables.net/1.6-beta/examples/advanced_init/dom_multiple_elements.html

    Regards,
    Allan
  • theyouyoutheyouyou Posts: 12Questions: 0Answers: 0
    What a brillant idea! and it's very simple indeed:
    "sDom": '<"wrapper"lfptip>'
    I'll pay more attention to Betas from now on.

    Best regards,
    geekforever
This discussion has been closed.