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 ?

maheshmahesh Posts: 1Questions: 0Answers: 0
edited January 2012 in General
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

Replies

  • allanallan Posts: 63,113Questions: 1Answers: 10,396 Site admin
    So export all regardless of filtering? Is that correct?

    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
This discussion has been closed.