append the DOM options to outside div

append the DOM options to outside div

Khalid TeliKhalid 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

Answers

This discussion has been closed.