Constructs HTML code to describe a table containing table contents, row headers, and column headers.
transpose array specifies whether to transpose the table contents array. The default is FALSE, in which the VI does not transpose the array.
HTML in contains text to which the VI adds the new HTML code.
table contents is a 2D array of strings that contains the contents of the table.
column headers contains the column headings.
row headers contains the row headings.
align specifies the alignment of the table. If you select the default or do not wire the control, the VI does not add an ALIGN attribute to the output string.
The align value can be (default), LEFT, CENTER, or RIGHT.
HTML out contains HTML in, label, and the HTML code the VI constructs.