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 ?
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
Replies
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
"sDom": '<"wrapper"lfptip>'
I'll pay more attention to Betas from now on.
Best regards,
geekforever