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() {
|
$(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>
|
||||||
|
Loading…
Reference in New Issue
Block a user