Table Element Element

Getting Started | API | Elements | Actions | Validators | Handlers | About

Table of Contents

1 Table Element - #table {}

The table element allows you to build an HTML table in Nitrogen.

1.1 Usage

#table { rows=[
  #tablerow { cells=[
    #tableheader { text="Name" },
    #tableheader { text="Location" }
  ]},
  #tablerow { cells=[
    #tablecell { text="Rusty" },
    #tablecell { text="USA" }
  ]},
  #tablerow { cells=[
    #tablecell { text="Jon" },
    #tablecell { text="Iceland" }
  ]},
  #tablerow { cells=[
    #tablecell { text="Martin" },
    #tablecell { text="Germany" }
  ]} 
]}

1.2 Attributes

rows - (One or more tablerow elements.)
Set the rows to be rendered within the table element.

Author: Rusty Klophaus (@rklophaus)

Date: 2010-11-22 10:50:08 EST

HTML generated by org-mode 7.01h in emacs 24