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

  • ID
    Element identifier.
  • Width

    • Fit
      Sets the width according to the combined widths of the columns.
    • Fill
      Uses all of the available width.
      For more information, see Element distribution.
  • 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’.

    Note

    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.

    Note

    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: