TABLE
Tables are generally used to display and, optionally, edit 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.
Note
To apply data changes made by a user, you must use a callback.
PROPERTIES
IDElement identifier.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: