How to add control into another div?
How to add control into another div?
wizardnet972
Posts: 1Questions: 1Answers: 0
How to add search to custome div?
$('.table').DataTable({
controls: appendTo(body)??????????
});
This discussion has been closed.
Answers
There is no
controls
option in DataTables. Instead you would need to do something like:Allan