bubofamily/public/js/app/dashboard.js

7 lines
89 B
JavaScript
Vendored

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