Ordinamento lista movimenti Decrescente per data
This commit is contained in:
parent
18ec6dd0c1
commit
02cf816b31
@ -55,7 +55,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#listamovimenti').DataTable({
|
$('#listamovimenti').DataTable({
|
||||||
responsive: true,
|
"responsive": true,
|
||||||
"order": [[0,"desc"]]
|
"order": [[0,"desc"]]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user