79183796

Date: 2024-11-13 07:34:18
Score: 1
Natty:
Report link
<script>

$(document).ready(function() { $('#myTable').dataTable({ "bPaginate": true, "bLengthChange": false, "pageLength": 100, order: [[0, 'asc']] }); $('#searchInput').on('keyup', function() { $('#myTable').dataTable.search(this.value).draw(); }); });

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Voizac Technologies