Vega Table Component

Overview
The Vega Table component is a powerful tool that lets you gather, organize, and display data in your application. Using the Vega Table component, you can retrieve data and customize how it displays. You can also use Vega Table operations that give end-users the ability to dynamically modify the way they see your data.
To use the Vega Table component, enable the Vega runtime in your module. To learn more about enabling Vega, see the Adding a Vega Table Component section of this article.
Like the Panel or Field Group components, the Vega Table component acts as a grouping or storage component for fields (other components) configured inside it. Instead of creating self-contained pages or sections, the Vega Table uses the component fields to create table headers.
You can add the following supported components to the Vega Table component:
Common ways you can use the Vega Table component include:
-
Collecting, editing, and displaying data from different sources on a single screen, such as a dashboard.
-
Displaying dynamic data that end-users can manipulate using Vega Table Operations.
-
Applying logic (rules, calculations, procedural operations, and so on) to multiple data records simultaneously.
To learn more about Vega Table operations, view our Vega Table Operations reference guide.
You can find the Vega Table component under the Display & Layout group to the left of the Module Builder.
About the Configuration Window
To learn more about general component settings and those that display when a component is associated with Data Models, view our General Component Settings article.
Display Panel
Field Text
Setting |
Description |
---|---|
Label Text |
Label Text conveys what the input component is and what information it displays. Enter the purpose of the corresponding component or field. User-friendly labels make your module more accessible. Keep labels short and descriptive (a word or two) using title case. For longer entries, use sentence case. |
View Type |
Displays Grid as a Spreadsheet or Form. The View Type affects how component fields and their settings display in your table. The Spreadsheet view is recommended because its functionality is more robust. The Form view is scheduled for sunsetting and will not be supported. |
Table Tools
Setting |
Description |
---|---|
Set to (ON) to display table options to end-users, including:
By default, this setting is Off in Express View.
In Express View, full-screen tables might be partially hidden by the Preview Bar. Remove or hide the preview bar to see the top portion of the table. By default, this setting is (OFF) in Express View. |
|
Show Column Actions |
Set to (ON) to display column actions. Settings include: In the list below, headerValue is replaced by column's header name.
By default, this setting is (OFF) |
Show Pagination |
When set to (ON), displays the page sequence numbers at the bottom of the table. By default, paginated tables display 20 rows. End-users can change the amount displayed to 5, 10, 15, 20, 30, 50, or 100 rows. By default, this setting is (ON). |
Enable Server-Side Pagination |
When set to (ON), this setting enables server side pagination on the Vega Table component. Server-Side Pagination works with large data sets by retrieving a single page or subset of data at a time. This setting improves the end-user's performance and reduces memory usage when using large data sets with the Vega Table component. |
Reset Page Index |
When set to (ON), the Vega Table component resets to the first page when a filter or sort operation is applied, or the page size changes. Additionally, when the Show Tool Bar setting is set to (ON), The Reset Page Index setting applies to the Tool Bar in Express View. |
Adding a Vega Table Component
In this example, use the Vega Table component to display a Market Summary spreadsheet for vehicle insurance. The Vega Table will include the insurance carrier, type, premium amount in USD, and the market status. Then add sorting and filter Vega Table operations that allow end-users to modify the grid view.
What You Need
Before starting this configuration, you'll need the following:
-
A Workspace.
-
An Unqork application.
-
A module with a title.
Configure the Text Field Components
Begin by adding the fields you want in the Vega Table component. For this example, add Text Field components to act as the Vega Table component's fields.
1. | Drag and drop four Text Field components onto your canvas. |
2. | In the Property ID and Label Text fields, enter the following: |
Property ID |
Label Text |
---|---|
carrier |
Carrier |
type |
Type |
premium |
Premium |
status |
Status |
3. | Click Save Component for each component as you add it. |
Configure the Vega Table Component
Next, add your Vega Table component to use your Text Field components as table columns.
1. | Drag and drop a Vega Table component onto your canvas, placing it above your Text Field components. |
2. | In the Property ID field, enter tableInsurance. |
3. | In the Label Text field, enter Market Summary. |
4. | Click Save Component. |
5. | Drag and drop the carrier, type, premium, and status Text Field components inside the tableInsurance Vega Table component. |
6. | Hover over the tableInsuranceVega Table component and click the (Settings) button from the component toolbar. |
7. | Navigate to the Data settings, next to Intial Values & Data Mapping, click Edit. |
8. | In the Initial Values table, enter the following values: |
|
Carrier (carrier) |
Type (type) |
Premium (premium) |
Status (status) |
---|---|---|---|---|
1 |
Unqork Auto |
Motorcycle |
$10,000 |
Not Taken Up |
2 |
State Farm |
Auto |
$20,000 |
Submitted |
3 |
Nationwide |
RV |
$50,000 |
Not Taken Up |
4 |
American Family |
Boat |
$25,000 |
Indication |
5 |
Geico |
Auto |
$25,000 |
Submitted |
6 |
Unqork Auto |
Auto |
$30,000 |
Submitted |
7 |
Nationwide |
RV |
$60,000 |
Indication |
8 |
Geico |
Auto |
$12,000 |
Not Taken Up |
9 |
State Farm |
Motorcycle |
$5,000 |
Not Taken Up |
10 |
American Family |
Boat |
$30,000 |
Submitted |
9. | Click Save Component. |
Configure the colFilter Columns Component
Add a Columns component to organize the Vega Table operations that filter specific columns and cells in your table.
1. | Drag and drop a ![]() |
2. | In the Property ID field, enter colFilter. |
3. | Under Formatting, click ![]() |
4. | Click Save Component. |
Configure the btnFilterGlobal Button Component
Add a button that uses the Operations Builder to filter the table by the Unqork Auto insurance carrier.
1. | Drag and drop a ![]() ![]() |
2. | In the Property ID field, enter btnFilterGlobal. |
3. | In the Label Text field, enter Global Filter By Unqork Auto. |
4. | Navigate to the Actions settings. |
5. | To the right of Events & Operations, click Edit. |
The Events & Operations menu displays.
6. | From the Add Event drop-down, enter or select On Click. |
7. | Click Add. |
8. | From the Operation Type* drop-down, enter or select TABLE_SET_GLOBAL_FILTER. |
9. | Click + Add Operation. |
10. | In the Target Key field, enter tableInsurance. |
11. | In the Filter* field, enter Unqork Auto. |
12. | Click Save. |
The operation displays in the Events & Operation list.
13. | In the component's configuration menu, set the Action Type drop-down to Event. |
14. | Click Save Component. |
Configure the btnFilterSubmitted Button Component
Add another button that uses the Operations Builder to filter the table by the Status column. Clicking the button filters the table to only display statuses containing the value Submitted.
1. | Drag and drop a ![]() ![]() |
2. | In the Property ID field, enter btnFilterSubmitted. |
3. | In the Label Text field, enter Filter By Submitted. |
4. | Navigate to the Actions settings. |
5. | To the right of Events & Operations, click Edit. |
The Events & Operations menu displays.
6. | From the Add Event drop-down, enter or select On Click. |
7. | Click Add. |
8. | From the Operation Type* drop-down, enter or select TABLE_SET_COLUMN_FILTER. |
9. | Click + Add Operation. |
10. | In the Target Key field, enter tableInsurance. |
11. | Under Filters, click Add. |
12. | In the Id field, enter status. |
13. | In the Value field, enter Submitted. |
14. | Click Save. |
The operation displays in the Events & Operation list.
15. | In the component's configuration menu, set the Action Type drop-down to Event. |
16. | Click Save Component. |
Configure the colAddRow Columns Component
Let's add one more Columns component to organize the Vega Table operation that lets you add a new row to the bottom of the table.
1. | Drag and drop a ![]() |
2. | In the Property ID field, enter colAddRow. |
3. | Click Save Component. |
Configure the btnAddRow Button Component
Lastly, you'll add a Button component that uses the Operations Builder to add a new row to the bottom of the table. Allowing end-users to add additional entries to the table.
1. | Drag and drop a ![]() ![]() ![]() |
2. | In the Property ID field, enter btnAddRow. |
3. | In the Label Text field, enter Add Row. |
4. | Navigate to the Actions settings. |
5. | To the right of Events & Operations, click Edit. |
The Events & Operations menu displays.
6. | From the Add Event drop-down, enter or select On Click. |
7. | Click Add. |
8. | From the Operation Type* drop-down, enter or select ADD ROW. |
9. | Click + Add Operation. |
10. | In the Target Key field, enter tableInsurance. |
11. | Click Save. |
The operation displays in the Events & Operation list.
12. | In the component's configuration menu, set the Action Type drop-down to Event. |
13. | Click Save Component. |
14. | Save your module. |
Here's how the completed module looks in the Module Builder:
Preview your module in Express View to test out your Vega Table operations.
Resource