How to modify the "Filtrar: " Label that can be seen in datatables list. It seems that there are no label properties for this. I try to look in application.properties and messages.properties but is not there.
How to modify the "Filtrar: " Label that can be seen in datatables list?
53 Views Asked by agentOrange002 At
1
The datatables configuration and i18n strings are located into
src/main/resources/datatables*.properties
files.Good luck!. Chema.