Table Header Element Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Table Header Element - #tableheader {}
The table header element allows you to specify a tableheader within a tablerow element.
Usage
See the Table element for usage.
Attributes
- text - (string)
- The text to display in the cell.
- html_encode - (boolean)
- Set to true to safely html-encode the text.
- body - (Nitrogen element or list of elements.)
- The element or elements that will be rendered in the cell.
- align - (/Atom, 'left', 'right', or 'center'/)
- Set the horizontal alignment of HTML elements within the cell.
- valign - (/Atom, 'top', 'bottom', 'middle'/)
- Set the vertical alignment of HTML elements within the cell.
- rowspan - (Integer)
- Set how many rows this cell will span.
- colspan - (Integer)
- Set how many columns this cell will span.