Problema su colonna auto
This commit is contained in:
parent
920584d779
commit
0ee7d4d363
6
public/js/app/auto.js
vendored
6
public/js/app/auto.js
vendored
@ -1,3 +1,9 @@
|
||||
$(document).ready(function() {
|
||||
$('#listaAutomobili').DataTable({
|
||||
responsive: true
|
||||
});
|
||||
});
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#automobili').DataTable({
|
||||
responsive: true,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user