structured-render - v1.2.0
    Preparing search index...

    Enumeration StructuredRenderCellDirection

    Controls which direction cells render for StructuredRenderTable.

    Index

    Enumeration Members

    Enumeration Members

    Horizontal: "horizontal"

    Each cell in a table entry is rendered to the right of the previous one; the cells run horizontally and increase the table's width. Headers run along the first row. Each table entry creates a new row.

    Vertical: "vertical"

    Each cell in a table entry is rendered below the previous one; the cells run vertically and increase the table's height. Headers run down the first column. Each table entry creates a new column.