PDF printing problem
PDF printing problem
spudwa
Posts: 8Questions: 0Answers: 0
I have a table with a hidden column. It is setup using aoColumns
"aoColumns": [
/* image */ null,
/* table */ null,
/* id */ null,
/* details */ { "bSearchable": false, bVisible: false }
],
I also need to use mColumns as my first column is an image and I want to ignore it in PDF etc
``` "mColumns": [1, 2, 3]
But when I create a PDF using Tabletools the hidden last column prints as a column which is a single character wide. I've tried adding an sWidth attribute to aoColumns but it doesn't work.
Any suggestions?
This discussion has been closed.
Replies
Hello spudwa,
so if you print a PDF you only want the 2nd and 3rd Column to be printed?
What does your complete TableTools Setup look like?
Regards
Hey,
maybe you should change:
to
But I need column 7 included in the PDF :-(
The 7th 'column' actually is displayed as a second line using the following code. Hence the column called expand which shows a graphic of a + button. See my previous post on displaying drill down data