Problema su colonna auto

This commit is contained in:
Amministratore 2023-06-20 16:30:04 +02:00
parent 920584d779
commit 0ee7d4d363
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
$(document).ready(function() {
$('#listaAutomobili').DataTable({
responsive: true
});
});
$(document).ready(function() {
$('#automobili').DataTable({
responsive: true,

View File

@ -24,7 +24,7 @@
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover"
id="automobili">
id="listaAutomobili">
<thead>
<tr>
@ -147,7 +147,7 @@
type="text" class="form-control" id="note" name="note">
</div>
</div>
</div>
</div>
</div>