Tablepress - Tabletool buttons not showing if table contains #colspan
Tablepress - Tabletool buttons not showing if table contains #colspan
The title says it all. I have used some #colspans in some of my tables on our company intranet site for aesthetics and readability. Most of these tables don't need to be sorted. I do want to allow users/viewers to export the table to a PDF file. Is there a way to get the buttons to show up when there is a #colspan in the table?
This discussion has been closed.
Replies
For example this is a valid layout:
[code]
+---+---+---+---+
| | |
+---+---+---+---+
| | | | |
+---+---+---+---+
[/code]
while this is not (since the last two are both colspanning).
[code]
+---+---+---+---+
| | | |
+---+---+---+---+
| | | |
+---+---+---+---+
[/code]
Also, currently the PDF export option does not support colspan I'm afraid.
Allan