How to add control into another div?
How to add control into another div?

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