Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.2 Online Documentation (MoTW) Revision 3
RW_MAKE_TABLE (RealWeb) (rw_make_table.htm)
![]() |
![]() |
Creates and populates a table. Outputs directly to RealWeb's RWC.OUTBUF buffer.
RW_MAKE_TABLE(aHeadings, aData, aDataFormat, aClass, Control)
aHeadings A
dynamic arrayin which each element is a column heading for the table.
aData A
dynamic arrayof cell values for multiple rows of the table. Rows are
separated by attribute marks, individual cells within a row are separated by
value marks.
aDataFormat A
dynamic arrayin which each element specifies a tag class, defined in a
CSS
stylesheet, to
be applied to the corresponding column of the table. The styles are not
applied to the header row.
Note: If required, additional formatting can be applied to a column by replacing
the CSSclass name with a list of parameters in the same format as in the
aClass parameter
of the RWS_TABLE_DATA routine. Note, however, that you must use value marks
instead of attribute marks to separate these parameters.
aClass A
dynamic arrayof parameters that can alter the appearance of the table.
Element No. | Attribute | Description |
---|---|---|
1 | CLASS | The
name of a tag class defined in a
CSS![]() |
Attributes defined in the aClass parameter are applied to the TABLE tag.
For information about using aClass, see The aClass Parameter.
Control Specifies how the table should be populated as follows:
RWD_ALL_ROWS or an empty string
The table will include all table rows.
RWD_IGNORE_EMPTY_ROWS
The table will ignore empty rows.