79611588

Date: 2025-05-08 01:17:03
Score: 0.5
Natty:
Report link

You can show total count in side the datatable

$('#my_table').DataTable({
    "language": {
      "info": "show _PAGE_ page total pages _PAGES_ total record _TOTAL_ ",
    paging: true, 
  });    

variable _TOTAL_ is the total rows of table.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Josh Chang