giterlizzi / dokuwiki-plugin-datatables

Add DataTables support to DokuWiki
GNU General Public License v2.0
10 stars 11 forks source link

Printing out without searchform #24

Open Juergen-aus-Zuendorf opened 8 years ago

Juergen-aus-Zuendorf commented 8 years ago

Hi,

when printing out, the search form isn't disabled. A workaround is to hide it by userprint.css:

.dataTables_filter {
    display: none;
}

But it would be better if the printing out would be suppressed by the plugin itself.

Best regards Juergen