bonjour,
voici mon problème. J'utilise le plugin datatable avec datatools. J'essaye d'imprimer simplement quelques colonnes mais je n'y arrive pas .
voici mon code js.
Merci à vous
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 $(document).ready(function() { $('#menuTable').dataTable({ "sDom": 'T<"clear">lfrtip', 'bJQueryUI': true, 'sPaginationType': 'full_numbers', "lengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]], "iDisplayLength": 50, "oTableTools": { "aButtons": [ { "sExtends": "print", 'mColumns':'visible' }, ] }, });
Loïc
Partager