Cannot change the text label for the searching functionality

Cannot change the text label for the searching functionality

tronlivestronlives Posts: 18Questions: 3Answers: 0

Hi Allan,
I tried this:
if(jQuery().DataTable()) {
var table = $(PrimeFaces.escapeClientId('ReporterFormId:bcresulttable')).DataTable({paging: false}, {language: {search: "filter"}});
new $.fn.dataTable.FixedHeader(table,{"left": true});
}

to change the label for the search functionality from "search" to "filter", but it didn`t worked.
I got the latest DataTables version and JQuery versions.

Could you advise me?
Thank you

Regards,
Benjamin

Answers

This discussion has been closed.