Fix_PO List : ps

This commit is contained in:
VE10-Sanjeev 2024-07-26 12:05:04 +00:00
parent 13a8e67711
commit 0856378041

View File

@ -225,20 +225,4 @@
]
});
});
</script>
<script>
$(function() {
$.fn.dataTable.moment('DD-MM-YYYY');
$('#dataTableHistoriek').DataTable({
"paging": true,
"ordering": true,
"searching": true,
"order": [[0, "desc"]],
"columnDefs": [
{ "type": "date", "targets": 1 } // Ensure that the column index is correct (0-based index)
],
"bInfo": true
});
});
</script>
</script>