Skip to content

papoGen Table

David Lu edited this page Jun 30, 2018 · 2 revisions

A table is used to show content in a table format

  • Type: type: "table"

  • Attributes (Defined under key attr)

    Attributes Key Type of Value Value
    Celled celled BOOLEAN true / false
    Collapsed collpased BOOLEAN true / false
    Compact compact BOOLEAN true / false
    Fixed fixed BOOLEAN true / false
    Inverted inverted BOOLEAN true / false
    Monotonic monotonic BOOLEAN true / false
    Padded padded BOOLEAN true / false
    Selectable selectable BOOLEAN true / false
    Simple simple BOOLEAN true / false
    Stackable stackable BOOLEAN true / false
    Striped striped BOOLEAN true / false
  • Data (Defined under key data)

    Data Key Type of Value Value
    Table Header name STRING String
    Table Content items STRING ARRAY String
Clone this wiki locally