Description:
This widget renders a table control, where you can place other controls inside.
Inputs
- ID/Name - Name of widget generated by FlowWright (read-only field)
- Table Width (px) - Enter the pixel value for width
- Border - Select between any border types (Solid, Dotted, Dashed, None)
- Background - Select between any background types (Transparent, Gray, Light Gray, White)
- Add Row - Add Row, before or after, the current mouse cursor
- Add Column - Add Column before or after the current mouse cursor
- Alignment - Select between the alignment position (Left, Center, Right)
- Column Width (px) - Enter the pixel value for width. Select the checkbox for the entire column width.
- Column Span - Enter a value for column-span
- Row Span - Enter the value for the row span
- Hide - Select the checkbox to Hide (tick mark)
- Save - Save the input values
- Delete - Remove this form widget from the designer page
- Delete Column - Delete the column at the current mouse cursor
- Delete Row - Delete row at the current row cursor
- Close - Close the input popup window
Design:

Example:
Let’s build and execute the “TableDef” example.
- Create a Form definition called “TableDef.”
- Drag a “Table and Submit” control to the canvas

- Double-click the “Table” widget to configure the “Settings” properties. The application provides the control name. The UI offers a feature to add a Row and Column and position it before and after as necessary. Click the checkbox to hide the control during runtime. Click the Save button.

- Double-click the “Table” widget to configure the “Styling” properties. You may alter the table pixel width by overwriting the display value. Select the border and background configurations from the drop-down list. Use the alignment buttons to display the cell contents as necessary. Provide the values for row and column span as necessary. Click the Save button.

- Select the “Table” control and right-click to use the context menu as shown below.

- With the Table widget, you can add a line widget as a separator between rows to improve the aesthetic appeal. The form design view is shown below.

- Save the Form definition. Select Actions - Create Form Instance menu option. Generate a new form instance and select the check box to edit this form instance.
- The form is rendered to the user as below.

Definition Sample:
You may download the sample definition(s) from the link here and later import it (drag-drop) to your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.
NOTE: Please verify and complete the process steps for any missing configurations, such as file path references and database connections after import. Then, save the definition to confirm the changes.