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() { $(document).ready(function() {
$('#automobili').DataTable({ $('#automobili').DataTable({
responsive: true, responsive: true,

View File

@ -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>