PDF Export problem with dropdown filter

PDF Export problem with dropdown filter

ancogenliancogenli Posts: 2Questions: 0Answers: 0
edited April 2014 in TableTools
I am using this method for dropdown filter in the table footer: http://www.datatables.net/examples/api/multi_filter_select.html

I also added PDF export option, it works fine but the PDF includes the table footer as the last record and show all text in these filters.

Is it possible to have this PDF export process the records in tbody element?

Thanks

Replies

  • ancogenliancogenli Posts: 2Questions: 0Answers: 0
    I managed to fix this issue;

    Open TableTools.js, find the line --> if ( oConfig.bFooter && dt.nTFoot !== null )

    Change to if ( oConfig.bFooter && dt.nTFoot == null ), so it ignores footer with content.
This discussion has been closed.