This topic provides a guide for using the table with progress charts.
Component overview
The table with progress charts combines a progress chart and a table, where each row may represent a task and each column displays various properties, such as task name, progress, and deadline. The progress chart visually conveys the execution status of tasks through length, percentage, and color, enabling clear comparison and understanding of each task's current status. The platform allows customization of the table's content and style, including hyperlinks and carousel animations, and supports operations for row dimensions like editing and deleting. It also offers conditional filtering to select specific rows or cells.
Scenarios
The table with progress charts is ideal for quickly assessing the execution or running status of tasks across various indicators. It is particularly useful for work progress reports, where it can display the progress of multiple employees.
Effect display
Example: The component carousel display, with the first row featuring a hyperlink and the "Hangzhou" cell selected through conditional control.

Prerequisites
A data dashboard is available that supports creation using a template, a blank canvas.
Business data is ready for use. For more information, see Data Source.
Add table with progress charts
Access the DataV console.
Navigate to and select the desired dashboard to access the canvas editing page.
In the list on the left-side navigation pane, click the Table With Progress Charts component to add it to the canvas.
You can also use global search to add related components.
Connect business data
After adding the component, connect the prepared business data for display. Click the table with progress charts, and in the right-side Data Source tab, select the data for the component. 
The data fields received by the table with progress charts are as follows.
Field
Description
Custom parameter
The content of the table can be customized with multiple field values, which need to be used in conjunction with .
The key configuration items for the data source are as follows.
Configuration Item
Description
Select Data Source
Supports integrating various types of data such as CSV files, APIs, and various databases. For more information, see Data Source. You can edit data fields using a visual table or code.
Configure Filter (Optional)
Used to customize filter code to achieve data structure transformation, filtering, display, and simple calculations. For more information, see Manage Data Filters.
Configure Data Mapping
Used to map fields from the selected data source to the corresponding fields of the widget to achieve real-time data matching. Click the
icon to configure field styles.View Response Results
Used to display the data integrated into the widget in real-time. When the widget data source changes, the latest data will be displayed here.
Click the data response result to view the code of the data fields written.
Click to view the example to see the array type and code example received by the data source. You can refer to the example to write related fields.
Other data request configurations:
Disable Loading State: When selected, the loading content during widget initialization will not be displayed when updating or previewing the data dashboard.
Controlled Mode: When selected, the widget will not request data in the initialization state. At this time, data requests can only be initiated through the blueprint editor or global variable events.
Automatic Update Request: When selected, the platform will dynamically poll and update data according to the polling time you set. If not selected, you need to manually refresh the page or trigger a request to update data through the blueprint editor and global variable events.
Configure table with progress charts
Click the table with progress charts component to configure its basic style, global variables, interaction occurrences, and advanced configurations, along with blueprint interaction configuration, in the right-side panel.
Style configuration
In the Style panel, configure the table details, text font, background color, carousel animation, and other styles of the table with progress charts. The related configuration items are introduced as follows.
Click the
icon to quickly locate configuration items through keyword search, which supports fuzzy match. For more information, see search configuration items.
Configuration item | Description | Illustration |
Global configuration | Defines the position distribution, transparency, and interaction penetration of the widget in the data dashboard.
|
|
Table configuration | Defines the carousel effect, table content and table header style, hover style, and ordinal number column style of the table with progress charts.
|
|
Pager configuration | The pager
|
|
Table column configuration | Defines the column content and style of the table with progress charts. This configuration item is an array that can configure multiple columns (excluding the ordinal number column). The editor will traverse the data to render the data through the configuration of custom columns. The order of the columns here is the display order of the columns in the table with progress charts. You can adjust the order as needed.
|
|
Advanced configuration | Defines whether to add a selection column, operation column, hyperlink, virtual scrolling, etc., to the table with progress charts.
|
|
Conditional configuration | You can control the selection of specified cells or rows that meet the conditions in the table with progress charts and present them in the configured style. The main explanations are as follows:
|
|
Advanced configuration
Define the interaction and data transmission relationships between the table with progress charts and other components. The related configuration items are introduced as follows.
Configuration item | Description | Illustration |
Interaction Occurrence | Defines the interaction behavior with other components to achieve component linkage. Click the |
|
Associate Global Variables | You can associate global parameters in the component to achieve parameter transmission between components and perform component interaction. Click the
For more information, see component interaction configuration. |
Blueprint interaction
Use the blueprint editor to visually define interaction relationships and behavior logic between components.
Procedure
On the canvas editing page, click the
icon at the top menu bar's left side to enter the blueprint editor.In the layer node list, hover over the table with progress charts component and click the
icon to add the component to the main canvas.Configure the blueprint interaction effects of related components as needed using the connection method.
Here is an example.




or
icon to add or delete an image data. Click the
or
icon to configure the arrangement style of multiple image data. Click the
icon to copy the currently selected image data.










icon to define the related interaction occurrence and interaction action.
icon to enable the corresponding instruction and associate the required
icon after the event or action on the right side of the blueprint configuration interface to view detailed parameter introductions.