-
Notifications
You must be signed in to change notification settings - Fork 126
RML: Data Display
Victor Luchits edited this page Jan 8, 2018
·
1 revision
Attributes
source = datasource (CS)
The name of the data source and table that the rows of the data grid will be fetched from.
The COL represents a column in the datagrid. Each column displays information about each row in the data source in the form of one or more fields.
Attributes
fields = cdata (CS)
A comma-separated list of fields that this column will fetch from the data source about each row and display.
formatter = cdata (CS)
The name of the data formatter to use to turn the raw field information into RML. If not set (or the formatter can't be found) then the raw text will be displayed.
width = number (CN)
The width (in px or %) of the column.
The DATASELECT Element is described in the Forms section.