I am using the jQuery DataTables plugin to style a table (source: https://datatables.net/).
By default this shows an input field on top of a table that is used for searching / filtering the table with a default text "Search:" appearing in front of it. Checking this in Firebug shows the parent div with the following details: id="MyTableID_filter" class="dataTables_filter"
Can someone tell me a way to change this text or to replace the div content or is there a buil-in option that allows this ?
Many thanks for any help with this, Tim.