I seem not able to hide DataTables default search bar. So far, I have tried solution from this thread, but setting bFilter:false
disables filtering entirely, so my
l - length changing input control
**f - filtering input**
t - The table
i - Table information summary
p - pagination control
r - processing display element
**f is for filter , so we can remove it.**
$('#example').dataTable( {
"dom": 'lrtip'
} );