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 ??
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.
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).
Replies
Allan
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
http://datatables.net/forums/comments.php?DiscussionID=542
Perfect !
Regards,
Allan