bubofamily/public/js/app/conti_categorie.js

10 lines
183 B
JavaScript
Vendored

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