TABLE
Note
This element is not available in the CyberApp enablement form.
Tables are generally used to display an array of data. For more information, see Populating a table with data.
You can drop elements onto table columns to display data graphically, and to allow users to edit data.
To send user-modified table data for your service to update centrally, you must either:
Define an Action button and map a callback.
Define an On row click action and map a callback.
Add a button to the container form and map a callback.
Note
You can drop a Button element onto a column, and define a Callback On click action for it, which can map the model of the selected row.
.

This has the same functionality to a table action button which has the Availability parameter set to If one row is selected.
PROPERTIES
IDElement identifier.Width
DefaultSets the default width. FitSets the width according to the combined widths of the columns. Row keyThe ID of one of the table columns, which can be used to uniquely identify table rows.If not set, the default row key is ‘id’.Note
Table rows cannot be selected if the row key is not present in the callback response.
Searchable column IDThe ID of one of the columns, used to search the table.Note
The search field is only displayed if you specify a value.
The table PROPERTIES folder also includes sections to control: