Table Orientation
Landscape
A table can be displayed in landscape (rotated 90 degrees counterclockwise) using the rotate
option (preferred).
[%rotate]
|===
|Cell in column 1, row 1
|Cell in column 2, row 1
|Cell in column 1, row 2
|Cell in column 2, row 2
|===
A table can also be displayed in landscape using the orientation
attribute.
[orientation=landscape]
|===
|Cell in column 1, row 1
|Cell in column 2, row 1
|Cell in column 1, row 2
|Cell in column 2, row 2
|===
Currently, this is only implemented by the DocBook backend (it sets the attribute orient="land"
).