Fix_PO List : ps
This commit is contained in:
parent
13a8e67711
commit
0856378041
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user