append the DOM options to outside div
append the DOM options to outside div
Khalid Teli
Posts: 251Questions: 71Answers: 0
I append the table buttons and search to navigation bar using the following code
table.buttons().container().appendTo('#buttonsappend');
$('#external_searchbox').keyup(function(){
table.search($(this).val()).draw() ;
<a class="navbar-brand" id="buttonsappend" href="#"></a>
I was wondering if I can use dom options , in particular length 'l' and append it to div outside?
"dom": 'Blrtip',
Thnak you
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
See if this thread asking a similar question helps.
Kevin
@kthorngren
that did help. Thank you