Tables

The routines in this category provide different methods of presenting information in tabular form. Two are high-level routines that take dynamic arrays and construct a table by adding the appropriate HTML tags. The others give you complete control over the appearance of the table, by allowing you to create and format the individual rows, columns and cells.

RW_MAKE_TABLE

Creates and populates a table. Appends the result to the output buffer.

RWA_MAKE_TABLE

Creates and populates a table. Appends the result to a string.

RWS_TABLE

Tags the contents of a string as a table.

RWS_TABLE_ROW

Tags a string to be displayed as a row in a table.

RWS_TABLE_HEADER

Tags a string to be displayed as a header cell in a table.

RWS_TABLE_DATA

Tags a string to be displayed as a data cell in a table.

RWS_TABLE_CAPTION

Tags the contents of a string as a caption for a table.

RWA_TABLE_COLGROUP

Creates a column group for a table.

RWS_TABLE_BODY

Tags the contents of a string as a body section in a table.

RWS_TABLE_FOOT

Tags a string to be displayed as a footer section in a table.

RWS_TABLE_HEAD

Tags a string to be displayed as a header section in a table.