Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The table header element allows you to specify a tableheader within a tablerow element.
See the Table element for usage.
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.
Released under the MIT License.