Hey!
I set up a datatables with server side script and drill down rows. Is there a way to combine Drill Down Rows (details) with Table Tools? I use the pdf and print function. The print function seems to work okay. It displays the rows and If I want to print the details I open it via click. On the other hand the output PDF just contains the rows without any detail row...
So my question is, how do I configure Talbe Tools to display it correctly?
I set up a datatables with server side script and drill down rows. Is there a way to combine Drill Down Rows (details) with Table Tools? I use the pdf and print function. The print function seems to work okay. It displays the rows and If I want to print the details I open it via click. On the other hand the output PDF just contains the rows without any detail row...
So my question is, how do I configure Talbe Tools to display it correctly?
...
"aButtons": [ {
"sExtends": "pdf",
"mColumns": [3,4,5,6,7,8,9],
"sPdfOrientation": "landscape",
"sButtonText": "create PDF"
}]
...