2.36. html_table
Builds an HTML table
2.36.1. Summary
- columns
- Whitespace-delimited list of columns
- delimiter (default "\t")
- Line delimiter to use if tag body is delimited text rather than an array reference
- record_delim (default "\n")
- Record delimiter to use if tag body is delimited text rather than an array reference
- tr
- HTML attributes for <TR>
- td
- HTML attributes for <TD>
- th
- HTML attributes for <TH>
- fc
- HTML attributes for <TD> in the first cell
- fr
- HTML attributes for <TR> in the first row
The attribute hash reference is passed after the parameters but before the container text argument. This may mean that there are parameters not shown here.
Must pass named parameter interpolate=1 to cause interpolation.
This is a container tag, i.e. [html_table] FOO [/html_table]. Nesting: NO
Invalidates cache: no
Called Routine:
ASP-like Perl call:
$Tag->html_table( { }, BODY ) OR $Tag->html_table($ATTRHASH, $BODY);
2.36.2. Description
Builds an HTML table