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