3

I am using DataTables TableTools to Print and Export a table

Tabletools plugin changes every other element to display:none except the table itself I would like to find a way to tell it to hide or show certian elements when you select the print button.

I know you can show or hide by putting a display:block on an element.

What I am looking for is a class that I may put on an element that tells tabletools to hide elements that are children of forced visible elements

Zoie
  • 63
  • 1
  • 7
  • 1
    Can you give some sample output? – Goose Apr 16 '14 at 22:25
  • Or a example whet you want to hide (tfoot?) – mainguy Apr 17 '14 at 08:07
  • I have a `
    ``
    ``
    ``
    ``
    `
    – Zoie Apr 17 '14 at 14:31
  • What is happening is when Datatables Tabletools goes through and hides all elements other than the table it does not hide the two divs inside the container that have not been forced to show. I would like to hide those divs when a user selects the print button. – Zoie Apr 17 '14 at 14:41

0 Answers0