I am using bootstrap datatable feature to display the table in the screen. For some reason, the word SEARCH is not shown before the search field. I do not know where I am wrong.
In following the doc I hope it will work...
The doc : http://datatables.net/reference/option/language.search
Extract :
$('#example').dataTable( { "language": { "search": "Filter records:" } } );