May i insert textbox via DOM property ???
May i insert textbox via DOM property ???
tejas3006
Posts: 5Questions: 1Answers: 0
i want to insert a text box via "dom" property..can i ????
$('#activeNodeList').dataTable( {
"dom": '<"col-sm-12"<"col-sm-6"l><"I WANT TO INSERT TEXTBOX HERE with class="global_filter" & id="global_filter" ">><"col-sm-12"t><"col-sm-12"i><"col-sm-12 text-center"p>',
"search": {"smart": false},
"columnDefs": [ { orderable: false, targets: [ -1 ] } ]
} );
This discussion has been closed.