Guide Sections: An EASAP GUI, Generate Output
EASAP Tree:
USER INTERFACE →
FORM LIST or TABBED PANE LIST → FORM or TABBED PANE
OUTPUT → REPORT
TABULATED DATA is a table of LIST data in USER INTERFACE branch or OUTPUT branch reports.
TABULATED DATA displays the values of one or more LIST's in columns.
The length of the longest LIST in Columns: determines the number of rows, for performance reasons try to keep this below ~1000.
The User may click a column title to change the sort order of the rows, alpha-numerically ascending or descending.
Capital letters in the name of a TABULATED DATA can cause unexpected behavior in some versions of Google Chrome, use lowercase instead.
An example of a table generated using a TABULATED DATA in the user interface is shown below.
![]() |
||
---|---|---|
Column Titles: | comma-separated list of column titles, object references allowed | |
Columns: | select one or more LIST's to display | |
Optional Parameters: | ||
Header Height: | height of the header in pixels, default→20 | |
Show if: | logical expression, if TRUE then table shown, if FALSE then table NOT shown | |
Lock Column Width: | select whether the width of the columns should be resizable or locked default→FALSE |
|
Delimiter: | character to delimit object references in Column Titles: above (default→%) | |
Under USER INTERFACE | Optional Parameters: | |
Title: | title to be displayed above table | |
Width: | width of table box in pixels | |
Height: | height of table box in pixels | |
Selected Row Index: | enter the name for an explicit SCALAR to contain the number of the selected row when Select Mode:→Single Row the index starts at 1, a value of -1 means no row selected setting the SCALAR will change the currently selected row if the data changes such that the selected row cannot be viewed Selected Row Index: does not update from its current value |
|
Column Sizes: | comma-separated list of column widths values in pixels to provide sizes for some columns and leave others set as the default use a size of-1. |
|
Column Orientation: | enter a sequence of LEFT, CENTER or RIGHT settings for how data should be justified within each column LEFT is the default for any columns not set |
|
Select Mode: | activate cell selection within table by selecting one of the available modes | |
Under OUTPUT | Optional Parameters: | |
Title: | title to be displayed below table in Results page report | |
Table Style: | HTML STYLE for drawing table | |
Title Style: | HTML STYLE for table title |
TABULATED DATA allows a User to select a row within a table, which updates a SCALAR named in Selected Row Index:
We may add an ACTION to process the data in a selected row; the explicit SCALAR in Selected Row Index: have the row index.