Actions: Table

display records in table

Displays the specified records in a table element.

Argument Description
Element The table element to display the records in.
RecordIDs A variable containing the recordIDs of the records to be displayed. (line-delimited)

get last selected recordID

Retreives the recordID of the last row selected in a table element.

Argument Description
Element The table element with the selected row.
Output The location where the recordID will go (variable or text or field element).

refresh table

Refreshes the records of a table element.

Argument Description
MaintainHighlight Whether to maintain the record(s) highlighted after a refresh (True/False).
Element The table element to refresh.
MaintainScroll Whether to maintain the current scroll after a refresh (True/False).

reset table

Clears all data and the recordIDs associated with a table.

Argument Description
Element The table element to reset.

set table columns

Displays the specified columns in a table element.

Argument Description
Element The table element to display the columns in.
Columns A key name(s) of the column(s) to be displayed. (comma-delimited)

sort table

Sort a table by column and sort direction.

Argument Description
Element The table element to refresh.
Column Choose which column to sort.
Direction Sort ascending or descending.
SortType You can sort by text, numeric, or dateTime.

This chapter was last updated on Mon 22 Apr 2024 17:03:19 BST