Printing does not print all my rows

Printing does not print all my rows

csalle01csalle01 Posts: 5Questions: 0Answers: 0
edited November 2010 in TableTools
I am using the TableTools plugin and when I go to print my table it only prints the rows that are viewable on the screen. It does not print all the rows in my DataTable table. Any help would greatly be appreciated. My table is being populated from an Ajax source

Replies

  • csalle01csalle01 Posts: 5Questions: 0Answers: 0
    Can I print all rows with a ajax source? Any help would be greatly appreciated?
  • csalle01csalle01 Posts: 5Questions: 0Answers: 0
    edited November 2010
    In order to get this working I had to add a jQuery('.dataTables_scrollBody').css('overflow', 'auto'); statement at the end of the fnPrintEnd(e) function and also added jQuery('.dataTables_scrollBody').css('overflow', 'visible'); statement a the end of the fnFeaturePrint() function
This discussion has been closed.