Table component

🌐 This document is available in both English and Ukrainian. Use the language toggle in the top right corner to switch between versions.

1. Component description

The Table component is a UI element that presents data as rows and columns.

Use the Table component from the Latest components section.

2. Main functions

The Table component supports several options when interacting with the process forms. The options are divided into tabs.

  • Display

  • API

  • Conditions

  • Label: The name of the component that appears next to it.

  • Number of Rows: Specify the number of rows to display in a table.

  • Number of Columns: Specify the number of columns to display in a table.

  • Cell Alignment: Specify horizontal alignment for table cells.

  • Hidden: An attribute for fields that are hidden from the users but are still part of the form and are submitted along with the form. Don’t forget to clear the Clear when hidden option; otherwise, any value of this component will be empty.

  • Property Name: Field name for the API endpoint. Not functional for this component.

  • Advanced Conditions: Here, you can configure advanced conditions for the component. For example, these conditions determine when a component becomes visible based on other components or their values.

    This function uses JS plugins. For details, see Variables in JavaScript insertions.
  • Simple: Performs the same tasks as Advanced Conditions but allows you to specify conditions in a simpler format.

3. Data format

Submission
// This component has no data
This component may contain internal components, but this does not affect the data of those components. Note that the internal components must have unique names in the API tab > Property Name field.