Problema su colonna auto
This commit is contained in:
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() {
|
$(document).ready(function() {
|
||||||
$('#automobili').DataTable({
|
$('#automobili').DataTable({
|
||||||
responsive: true,
|
responsive: true,
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped table-bordered table-hover"
|
<table class="table table-striped table-bordered table-hover"
|
||||||
id="automobili">
|
id="listaAutomobili">
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -147,7 +147,7 @@
|
|||||||
type="text" class="form-control" id="note" name="note">
|
type="text" class="form-control" id="note" name="note">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user