[table]
Displays HTML table.
Attributes
- table_class
- (optional) Table CSS class.
- Default: None
- table_heading_type
- (optional) Table heading type. Possible values:
horizontal
,vertical
,none
.- Default:
horizontal
- Default:
Examples
Example
[table]row_1 cell_1,row_1 cell_2|row_2 cell_1,row_2 cell_2[/table]
Output
row_1 cell_1 | row_1 cell_2 |
---|---|
row_2 cell_1 | row_2 cell_2 |
No comments yet.