$(function () { $("#_table").DataTable({ "paging": true, "lengthChange": false, "searching": true, "ordering": true, "info": false, "responsive": true, "autoWidth": false, "pageLength": 6, "pagingType": 'numbers', oLanguage: { "sZeroRecords": "Aucune ligne", "sInfo": "Affichage de _START_ à _END_ sur _TOTAL_ lignes", "sInfoEmpty": "Showing 0 to 0 of 0 records", "sInfoFiltered": "(sur un total de _MAX_ lignes)", "oPaginate": {"sPrevious": "Précédente","sNext": "Suivante" ,"sFirst": "Première","sLast": "Dernière"}, "sSearch":"Chercher", }, "dom": 'ip>' }) $("#_table_h").DataTable({ "paging": true, "lengthChange": false, "searching": true, "ordering": true, "info": false, "responsive": true, "autoWidth": false, "pageLength": 6, "pagingType": 'numbers', oLanguage: { "sZeroRecords": "Aucune ligne", "sInfo": "Affichage de _START_ à _END_ sur _TOTAL_ lignes", "sInfoEmpty": "Showing 0 to 0 of 0 records", "sInfoFiltered": "(sur un total de _MAX_ lignes)", "oPaginate": {"sPrevious": "Précédente","sNext": "Suivante" ,"sFirst": "Première","sLast": "Dernière"}, "sSearch":"Chercher", }, "dom": 'ip>' }) $("#_table_p").DataTable({ "paging": true, "lengthChange": false, "searching": true, "ordering": true, "info": false, "responsive": true, "autoWidth": false, "pageLength": 6, "pagingType": 'numbers', oLanguage: { "sZeroRecords": "Aucune ligne", "sInfo": "Affichage de _START_ à _END_ sur _TOTAL_ lignes", "sInfoEmpty": "Showing 0 to 0 of 0 records", "sInfoFiltered": "(sur un total de _MAX_ lignes)", "oPaginate": {"sPrevious": "Précédente","sNext": "Suivante" ,"sFirst": "Première","sLast": "Dernière"}, "sSearch":"Chercher", }, "dom": 'ip>' }) });