This may have already been asked, but I can't seem to find an answer. I am looking to change the wording of the footer of a jQuery datatable where it says "Showing 0 to 0 of 0 entries" to simply be "0 entries". Thank you for your help!
As of v1.10, you can use the language configuration option, e.g.
$('#example').dataTable({
  "language": {
    "info": "_TOTAL_ entries",
    "infoEmpty": "0 entries"
  }
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With