Change filter/search box label?
Change filter/search box label?
How do I change the label beside the filter/search box above the table?
It's showing Filter rows: for me, I'd like to change it to Search:.
Thanks!
How do I change the label beside the filter/search box above the table?
It's showing Filter rows: for me, I'd like to change it to Search:.
Thanks!
Answers
Filter rowsseems like a customization asSearchis the default as can be seen in this example. Thelanguage.searchis typically used to change this. If this doesn't help then search your page forFilter rowsto find where it's being changed.Kevin
language.search.Allan
A little overlap
. Thanks for the more detailed reply than mine Kevin 
Thanks lads. I thought it was already a customization, but my searches pulled up nothing. Finally found it with a different type of search.
For the record, I found this in my local jquery.dataTables.js file:
"sSearch": "Filter rows:",