Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35607

Can you hide the Search box without disabling searching?

$
0
0

Here is what I have and it is working:

$(document).ready(function() { $('.mytable').dataTable( { searching: true } ); $('.mytable').DataTable().column( 7 ).search('SearchText').draw(); } );

Now, I would like to hide the global search box, but keep the default search I am performing. Is there a way to do that?


Viewing all articles
Browse latest Browse all 35607

Trending Articles