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.

../../../../../../_images/ss-uibuilder-table-datainit.gif

PROPERTIES

  • ID
    Element identifier.
  • Row key
    The 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 ID
    The ID of one of the columns, used to search the table.
    The search field is only displayed if you specify a value.
    ../../../../../../_images/ss-uibuilder-table-search.gif

The Table PROPERTIES folder also includes sections to control: