TABLE
Table elements are used to display an array of data.
To populate a table with data
Tables are often populated using the form’s data initializer callback functionality, and mapping callback response fields to table columns.
PROPERTIES
IDElement identifier. 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’.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.The search field is only displayed if you specify a value.
The Table PROPERTIES folder also includes sections to control: