Table Component
Overview
The Table component organizes components into rows and columns for efficient readability. The Table component is similar to the Columns component. But, the Columns component can only organize components in vertical groups. The Table component aligns components both vertically and horizontally.
Use the Table component to:
-
Organize components into columns and rows.
-
Display components in a grid-like format.
You can find the Table component in the Display & Layout group to the left of the Module Builder.
What You'll Learn
After completing this article, you’ll know when to use a Table component and how to configure it in an Unqork application.
About the Configuration Window
General
Setting |
Description |
---|---|
Property ID |
A Property ID is the unique field ID used by Unqork to track and link components in your module. The Property ID is how the software identifies your component. Using Property IDs lets you link components, creating logic-based configurations and API APIs (application programming interfaces) are a set of protocols and definitions developers use to build and integrate application software. APIs act as the connective tissue between products and services. calls. Property IDs must use camel case A naming convention for computer programming. Use camelCase for Property IDs, for example: newUser, lastName, & rdoButton. (stylized as camelCase) without spaces or punctuation. |
Notes |
Select this tab to display the component's Notes area. You can use notes to keep your teammates informed. The Notes editor offers a semi-WYSIWYG (What You See is What You Get) content editor. Built to look like a word processor, this editor lets you create, edit, and format your notes. Notes save when saving the component. |
Display |
Select this tab to manage your component's display settings. |
Permissions |
Select this tab to see the RBAC RBAC (Role-Based Access Control) is a method to control system access for authorized users. The role in RBAC refers to the levels of access employees have to a network. settings of the component. |
Field Tags |
Assign components one-word labels to help organize, identify, and group the components in your application. Consider an example from the API Specification Snippet: Field Tags are applied to Hidden components in the panelRequest and panelResponse Panel components. The Field Tags identify the data type of parameters included in the API APIs (application programming interfaces) are a set of protocols and definitions developers use to build and integrate application software. APIs act as the connective tissue between products and services. request and response. The API Docs Dashboard tool populates with information about each parameter’s data type, identified by the Field Tag. Field Tags act as a type of Property ID A Property ID is the unique field ID used by Unqork to track and link components in your module. group and let you group components for configuration purposes. Field Tags let you target two or more components using a simple logic component. For example, add the Field Tag tagForDecision to multiple components in your module. Open the Inputs table of a Decisions component and reference the tagForDecision Field Tag as the input of the Decisions component. The output of the Decisions component then affects all components with the tagForDecision Field Tag. Save your Field Tags by pressing Enter (Return) or adding a comma after each entry. |
Shortcuts |
Select this tab to open the list of supported keyboard shortcuts you can use in the component settings modal. Keyboard shortcuts include:
Additional keyboard shortcuts:
|
Documentation |
Select this tab to access the component documentation in Unqork's In-Product Help. |
Cancel |
Click this button to undo any unsaved configuration changes and return to the Module Builder canvas. |
Save & Close |
Click this button to save all setting configuration changes and return to the Module Builder canvas. |
Display Panel
Setting |
Description |
---|---|
Set Number of Rows |
Sets the number of rows the table has. By default, the Table has three rows. |
Set Number of Columns |
Sets the number of columns the table has. By default, the Table has three columns. |
Display Bordered Cells |
When set to (ON), each cell in the table displays a gray border. By default, this setting is (OFF). |
Reduce Padding Between Rows |
Padding sets the amount of space between the border of a table cell and its contents. When set to (ON), the table's padding lessens, bringing rows closer together. By default, this setting is (OFF). |
Display Alternating Colored Rows |
When set to (ON), table rows alternate between gray and white backgrounds. By default, this setting is (OFF). |
Highlight Row on Hover |
When set to (ON), individual rows highlight when you hover over them. Use this setting to display related components by row. By default, this setting is (OFF). |
Hide Field |
When set to (ON), the table and all components inside the table become hidden from the end-user End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product.. Use this setting rather than hiding each component. By default, this setting is (OFF). |
Adding a Table Component
For this example, you'll add a Table component to a module to display a short survey about an end-user's End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. experience with an application.
These instructions assume that you have an open module saved with a title.
What You Need
For this configuration, you'll need the following components:
-
1 Table component
-
3 HTML Element components
-
2 Radio Buttons components
-
2 Text Area components
Configure the Table Component
This component organizes the other components in your module into columns and rows. That way, your survey displays in a grid-like format.
1. | In the Module Builder, drag and drop a Table component onto your canvas. |
2. | In the Property ID A Property ID is the unique field ID used by Unqork to track and link components in your module. field, enter tableSurvey. |
3. | In the Set Number of Rows field, enter 2. |
4. | Set Display Bordered Cells to (ON). |
5. | Set Display Alternating Colored Rows to (ON). |
6. | Set Highlight Row on Hover to (ON). |
7. | Click Save & Close. |
Configure the HTML Element Components
You'll place the first HTML Element component above the tableSurvey Table component to provide the end-user End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. with instructions about the survey. Use two more to display sentences the end-user can either agree or disagree with.
Configure the First HTML Element Component
1. | Drag and drop an HTML Element component onto your canvas, placing it above the tableSurvey Table component. |
3. | In the Tag field, enter h3. |
4. | In the Content component field, enter Please rate your experience in using the application. |
5. | Click Save & Close. |
Configure the Second HTML Element Component
1. | Drag and drop an HTML Element component onto your canvas, placing it in the top-left cell of the tableSurvey Table component. |
3. | In the Content field, enter The application was easy to use. |
4. | Click Save & Close. |
Configure the Third HTML Element Component
1. | Drag and drop an HTML Element component onto your canvas, placing it in the bottom-left cell of the tableSurvey Table component. |
3. | In the Content field, enter I found the documentation thorough and helpful. |
4. | Click Save & Close. |
After adding the Table and three HTML Element components, your canvas looks like the following in Express View Express View is how your end-user views you application. Express View also lets you preview your applications to test your configuration and view the styling. This is also the view your end-users will see when interacting with your application. After configuring a module, click Preview in the Module Builder to interact with the module in Express View.:
Configure the Radio Buttons Components
Add two Radio Buttons components for the end-user End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. to rate their experience. Apart from their Property IDs, all other settings are the same.
1. | Drag and drop two Radio Buttons components onto your canvas. Place these Radio components in the top and bottom rows of the tableSurvey Table component's middle column. |
Property ID |
Label Text |
---|---|
radioEasy |
Please select one: |
radioHelpful |
Please select one: |
3. | From the component's configuration window, select Data. |
4. | In the Values table of each Radio Buttons component, enter the following: |
Option Label |
Value to Store in Submission Data |
|
---|---|---|
1 |
Strongly Agree |
stronglyAgree |
2 |
Agree |
agree |
3 |
Neutral |
neutral |
4 |
Disagree |
disagree |
5 |
Strongly Disagree |
stronglyDisagree |
5. | From the component's configuration window, select Validation. |
6. | For both components, set Required to (ON). |
7. | Save & Close each component as you complete it. |
Configure the Text Area Components
Lastly, add two Text Area components to each cell in the far right column for the end-user to add comments. Apart from their Property IDs, all other settings are the same.
1. | Drag and drop two Text Area components onto your canvas. Place the Text Area components in separate cells of the rightmost tableSurvey Table component column. |
Property ID |
Label Text |
---|---|
commentEasy |
Additional Comments |
commentHelpful |
Additional Comments |
3. | Save & Close each component as you add it. |
4. | Save your module |
Preview your module in Express View Express View is how your end-user views you application. Express View also lets you preview your applications to test your configuration and view the styling. This is also the view your end-users will see when interacting with your application. After configuring a module, click Preview in the Module Builder to interact with the module in Express View.. Here's how your module displays:
Resources