Custom bPaginate

Custom bPaginate

XiouXiou Posts: 4Questions: 0Answers: 0
edited June 2011 in DataTables 1.8
Hello,

I would like to use the bPaginate option but I need to place it in an existing on my page.
Is it possible to create my own "bPaginate " where I want ??

Thanks,
Xavier

Replies

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Yes - you can use the API method fnPageChange ( http://datatables.net/api#fnPageChange ) to have control over the paging from whatever controls you want. Another option is to just move the DOM elements that DataTables creates for the paging to wherever you want on the page, if you want to use that paging control.

    Allan
  • XiouXiou Posts: 4Questions: 0Answers: 0
    Sorry, I misspoke.

    I would like to place the element "bLengthChange" in an existing on my page.
    (Where the user can select the size of a formatted page from a select menu).

    Thanks,
    Xavier
  • XiouXiou Posts: 4Questions: 0Answers: 0
    My question was already asked... and solved !
    http://datatables.net/forums/comments.php?DiscussionID=542

    Perfect !
  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Heh - I like that kind of question ;-). Good to hear you got it going!

    Regards,
    Allan
This discussion has been closed.