Remove download as CSV and other buttons from TablePress Tools display
-
Hello Tobias,
I’m wondering how I can configure the display of TablePress Tools to show only the Download as PDF and Print buttons?
I have located the CSS to remove buttons from the display for a specific table ID, however I would like to remove these buttons from ALL tables displayed on a site.
Here is the css code that removes the display from a specific table.
.DTTT_container #ToolTables_tablepress-2_0 {
display: none;
}.DTTT_container #ToolTables_tablepress-2_1 {
display: none;
}.DTTT_container #ToolTables_tablepress-2_2 {
display: none;
}Thanks so much for your help!
Spencer
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Remove download as CSV and other buttons from TablePress Tools display’ is closed to new replies.