Homepage | About EASA | Contact
Guide Section: EASAP GUIs | EASAP Tree: USER INTERFACE Branch / OUTPUT Branch
TABULATED DATA creates tables of LIST data in either the USER INTERFACE of an EASAP or in the browser-based OUTPUT reports.
TABULATED DATA displays the values of one or more LIST's in columns. The number of rows in the table is determined by the length of the longest LIST in Columns:.
The User may click a column title to sort the change the order of the rows in the table to alphanumerically ascending or descending.
An example of a table generated using a TABULATED DATA in the user interface is shown below.
Capital letters in the name of a TABULATED DATA can cause unexpected behavior in some versions of Google Chrome, use lowercase instead.
TABULATED DATA allows a User to select a row within the table, which updates the SCALAR named in the Selected Row Index: parameter. To achieve this:
Actions can be added that process the data by a User specified row of the table identified by the row index set in the Selected Row Index: parameter.
![]() |
||
---|---|---|
Under USER INTERFACE | Essential Parameters: | |
Column Titles: | Comma-separated list of column titles, object references allowed. | |
Columns: | Select one or more LIST's. | |
Optional Parameters: | ||
Title: | Title to be displayed above table. | |
Width: | Width of table box in pixels. | |
Height: | Height of table box in pixels. | |
Header Height: | Height of the header in pixels. default→20. | |
Selected Row Index: | Sets an explicit SCALAR to 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. | |
Show if: | Logical expression, if TRUE then table shown, if FALSE then table NOT shown. | |
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. |
|
Lock Column Width: | Select whether the width of the columns should be resizable or locked. default→FALSE |
|
Select Mode: | Activate cell selection within table by selecting one of the available modes. | |
Delimiter: | Character to delimit object references in Column Titles: above (default→%) | |
Under OUTPUT | Essential Parameters: | |
Column Titles: | Comma-separated list of column titles, object references allowed | |
Columns: | Select one or more list objects. | |
Optional Parameters: | ||
Title: | Title to be displayed below table in Results page report. | |
Header Height: | Height of the header in pixels. default→20 | |
Table Style: | HTML TABLE STYLE for drawing table | |
Title Style: | HTML STYLE for table title. | |
Delimiter: | Character to delimit object references in Column Titles: above (default→%) | |
Lock Column Width: | Select whether the width of the columns should be resizable or locked. default→FALSE |
|
Show if: | Logical expression, if TRUE then table shown, if FALSE then table NOT shown. |