bubofamily/public/js/app/gas.js

5 lines
93 B
JavaScript
Vendored

$(document).ready(function() {
$('#listaLettureGas').DataTable({
responsive: true
});
});