revisione del popup modale per Categoria

This commit is contained in:
2023-05-24 09:56:43 +02:00
parent 62bf66f50e
commit 3a98fd7077
4 changed files with 101 additions and 86 deletions

View File

@@ -63,10 +63,10 @@
@section('script')
<script>
$(document).ready(function() {
$('#automobili').DataTable({
responsive: true
});
$(document).ready(function() {
$('#automobili').DataTable({
responsive: true
});
</script>
});
</script>
@endsection