Tables support includes: |
Tables support is pretty complete at this point. We
support all the table-related XHTML tags, including table, caption, tbody, thead, tfoot, th, tr and td
tags. Table elements can have styles attached to them--in this demo, to show an alternating row
highlight color. In-cell alignment works, as do borders and border-collapse. Colspan, rowspan,
cellpadding and cellspacing attributes are supported. Table and column widths can be set to a
specific or proportional (em, %) value. Also included: complex nested table
layouts, auto layout, floated tables, and vertical alignment within cells.
|