dokuwiki-plugin-struct icon indicating copy to clipboard operation
dokuwiki-plugin-struct copied to clipboard

Transpose row and col

Open sanste78 opened this issue 6 years ago • 3 comments

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

sanste78 avatar Nov 30 '18 16:11 sanste78

This is currently not possible. Can you explain your use case a bit more?

splitbrain avatar Jan 10 '19 15:01 splitbrain

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.

drissical avatar Apr 22 '19 16:04 drissical

Similarly, #284.

iainhallam avatar Jan 20 '21 20:01 iainhallam