Replies: 0
I installed the plug in “TablePress Extension: Change DataTables strings”
I made a change here in the lang-en_US.json where I changed “Search” to “Angler Search” as seen below in both the datatables and then also in the /wp-content/plugins/tablepress-change-datatables-strings
“emptyTable”: “No data available in table”,
“info”: “Showing _START_ to _END_ of _TOTAL_ entries”,
“infoEmpty”: “Showing 0 to 0 of 0 entries”,
“infoFiltered”: “(filtered from _MAX_ total entries)”,
“infoPostFix”: “”,
“lengthMenu”: “Show _MENU_ entries”,
“loadingRecords”: “Loading…”,
“processing”: “Processing…”,
“search”: “Angler Search:”,
“zeroRecords”: “No matching records found”,
I also tried updating each of them individually, but as soon as I reactivate the extensions plug in, I lose the search field entirely, and my my page looks all out of whack with any page that has a TablePress table in it.
Not sure where I went wrong.