will this work--- "mColumns": [ "hidden",1,2,3,4 ],
will this work--- "mColumns": [ "hidden",1,2,3,4 ],
sanjkumc3
Posts: 3Questions: 1Answers: 0
How to get hidden column in export pdf in TableTools
This discussion has been closed.
Answers
The usage of mColumns is documented:
http://datatables.net/extensions/tabletools/button_options#mColumns
I am using a column grouping for first column but not getting in export for TableTools can you help..
I am using a column grouping for first column but not getting in export for TableTools can you help..
In TableTools, no that will not work.
However, in the replacement for TableTools - Buttons, yes you can do something like that. See the
pdf
button type - specifically theexportOptions
option (which in turn usesbuttons.exportData()
).Allan