How can I edit label created inside datable and wrap search and show entries inside a single div?

How can I edit label created inside datable and wrap search and show entries inside a single div?

sum1tsum1t Posts: 1Questions: 1Answers: 0
 var table = $('#MenuSetup').DataTable({
            select: false,
            "columnDefs": [{
                "targets": [0],
                "visible": false,
                "searchable": false
            }]
        });

It is generating table search, entries but What I want is to have custom label for show entries and wrap both search and label in one div.
Thanks in advance for the help!

Answers

This discussion has been closed.