dokuwiki-plugin-struct
dokuwiki-plugin-struct copied to clipboard
Transpose row and col
Hello,
I would like create a table with transpose row and col. It's possible ?
I have:
^COL1 ^ COL2^ COL3^ | TOTO| TITI | TUTU |
I would like: ^ COL1 | TOTO | ^ COL2 | TITI | ^ COL3 | TUTU |
Stephane
This is currently not possible. Can you explain your use case a bit more?
Creating a wiki page to describe a record would be one. Like if you had a page schema for Planets you might have a page for just Mars that has a 2 column table on it that is pulled from that schema. If you had 20 columns of data you might not want them stretched landscape across the page but going down the page.
Similarly, #284.