Is there any option to export all the rows in datatable as PDF by using TableTools ?
Is there any option to export all the rows in datatable as PDF by using TableTools ?
Hi All,
I am pretty new to datatables but found it's so helpful and worked around. My current concern is: Is there any option to export all the rows as PDF by using TableTools ?
Your help will be much appreciated.
With best regards,
Mahesh
I am pretty new to datatables but found it's so helpful and worked around. My current concern is: Is there any option to export all the rows as PDF by using TableTools ?
Your help will be much appreciated.
With best regards,
Mahesh
This discussion has been closed.
Replies
At the moment, no, there is no such option for this I'm afraid. TableTools will only deal with the rows available after filtering for the export. This is the "offending" line of code:
[code]
for ( j=0, jLen=dt.aiDisplay.length ; j