By default the wpDataTables plugin may display a search bar on all of your tables. I added this simple CSS code to hide it:

.dataTables_filter {display: none; }