Line 18: |
Line 18: |
| | ... | | | ... |
| |} | | |} |
− | $(document).ready(function() {
| |
− | $('#nom-du-tableau').DataTable({
| |
− | "pagingType": "full_numbers",
| |
− | "lengthMenu": [ [10, 25, 50, -1], [10, 25, 50, "All"] ],
| |
− | "language": {
| |
− | "search": "Recherche : ",
| |
− | "paginate": {
| |
− | "first": "Première",
| |
− | "last": "Dernière",
| |
− | "next": "Suivant",
| |
− | "previous": "Précédent"
| |
− | }
| |
− | },
| |
− | "dom": '<"top"lf>rt<"bottom"ip><"clear">',
| |
− | });
| |
− | });
| |