<< Click to Display Table of Contents >> Edit columns |
To create a Table in a form, drag and drop a collection attribute to the Display area.
This will be interpreted in Bizagi as a Table control. To add columns to the table, click the Edit columns option on the Table control.
A new window will display with the collection attributes available in the Left Panel.
You can drag-and-drop or double-click attributes to add them as columns.
When done click OK.
Columns properties
Columns keep the same properties related to the type of control (data) they display. Additionally the following properties are exclusive to the columns.
Basic tab
PROPERTY |
DESCRIPTION |
---|---|
Visible |
Defines if the whole column is visible or not. The expression created here should use attributes outside of the collection. Values of the table are subject to be changed when the table is editable and thus, controlling the visibility of an entire column should be bounded to data outside itself. |
Editable |
Defines if the whole column is read only or not. The expression created here should use attributes outside of the collection. Values of the table are subject to be changed when the table is editable and thus, controlling the editability of an entire column should be bounded to data outside itself. |
Required |
Defines if the whole column is required or not. The expression created here should use attributes outside of the collection. Values of the table are subject to be changed when the table is editable and thus, controlling an entire column to be mandatory should be bounded to data outside itself. |
Cells editable |
Defines an expression to evaluate row conditions and establish if a specific cell is editable or not. For further information please refer to Configuring cells visibility and editability |
Cells visible |
Defines an expression to evaluate row conditions and establish if the value contained in a specific cell is visible or not. For further information please refer to Configuring cells visibility and editability |
Tooltip |
Defines the informational text that appears when you hoover the mouse pointer over the column, in the Work Portal. |
Bear in mind that even if a column is not visible, it will be available when defining validations or expressions, and will be affected by them since the column is included in the project's metadata. |
Format tab
PROPERTY |
DESCRIPTION |
---|---|
Title horizontal align |
Allows aligning the column title. Possible options are: right, left, justified and centered. |
Column horizontal align |
Allows aligning text in columns. Possible options are: right, left, justified and centered. |
Columns width |
Allows defining the desired column width according to your needs. It can be established in terms of percentage of the total table's width or in terms of fixed pixels. |
Is Sortable |
Define if the column can be sorted by its information (except if the information is Image, File uploads, ECM, or Document Template type). This option is not available in offline forms as it is not possible to sort columns offline. |
Advanced tab
PROPERTY |
DESCRIPTION |
---|---|
Totalizer |
Allows defining aggregate functions applied to the column in order to obtain a unique value, which will shown at the bottom of the column. For further information please refer to Totalizers |
Last Updated 7/21/2023 10:59:30 AM