The table with progress charts combines tabular data with inline progress indicators, letting you compare task status at a glance.
Component overview
Each row represents a task, and each column displays a property such as name, progress, or deadline. Progress is shown through bar length, percentage, and color, so you can quickly compare task status. You can customize the table content and style, add hyperlinks and carousel animations, configure row-level operations such as editing and deleting, and apply conditional filtering to highlight specific rows or cells.
Scenarios
Use this component to compare execution or running status across multiple tasks. For example, a work progress report can show the completion of each employee side by side.
Effect display
The following example shows carousel display, with the first row containing a hyperlink and the "Hangzhou" cell highlighted through conditional control.

Prerequisites
-
Create a data dashboard. You can use a template, use a blank canvas, or use AI to generate one.
-
Your business data is prepared. For more information, see Data Source.
Add table with progress charts
-
Access the DataV console.
-
On the Workbench page, in the Data Dashboards area, hover over the target dashboard and click Edit. The canvas editor opens.
-
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 your business data. Click the table with progress charts, and in the right-side Data Source tab, select the data source for the component. 
-
The table with progress charts accepts the following data fields.
Field
Description
Custom parameter
Table content supports multiple custom fields. Each field must match a corresponding entry in .
-
This section describes the core configuration items for the data source.
Configuration
Description
Select Data Source
Supports various data types, such as CSV files, APIs, and different databases. For more information, see Supported data source types. Edit data fields in a visual table or in code.
Configure Filter (Optional)
Customize filter code to transform, filter, display, and perform simple calculations on data. For more information, see Manage data filters.
Configure Data Mapping
Map fields from the selected data source to the widget's fields. This enables real-time data matching. Click the
icon to configure field styles.View Response Result
Displays the data connected to the widget in real time. When the widget's data source changes, this section shows the latest data.
-
Click the data response result to view the data field code.
-
Click View Example to see the array type and sample code that the data source accepts. You can write your fields based on the example.
Other data request configurations:
-
Disable Loading State: If you check this box, the widget's initial loading content does not appear when the widget updates or when you preview the data dashboard.
-
Controlled Mode: If you check this box, the widget does not request data when it initializes. Data requests can only be started by the blueprint editor or by global variable events.
-
Auto Update Request: If you check this box, the platform polls for data updates at the interval you set. If you do not check this box, you must refresh the page manually or use the blueprint editor or global variable events to trigger data updates.
-
Configure table with progress charts
Click the table with progress charts component and use the right-side panel to configure its style, global variables, interaction events, and advanced settings, as well as blueprint interactions.
Style configuration
In the Style panel, configure table details, text fonts, background colors, carousel animations, and other visual properties.
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 widget's position, transparency, and interaction passthrough in the data dashboard.
|
|
|
Table configuration |
Controls the carousel effect, table content and header style, hover style, and ordinal number column style.
|
|
|
Pager configuration |
The pager
|
|
|
Table column configuration |
Configures the columns of the table (excluding the ordinal number column). The editor renders data based on the custom column settings. The order of columns here determines their display order. You can adjust the order as needed.
|
|
|
Advanced configuration |
Configure selection columns, operation columns, hyperlinks, and virtual scrolling.
|
|
|
Conditional configuration |
Control the selection of cells or rows that meet specified conditions and apply custom styles to them.
|
|
Advanced configuration
Define interaction and data transmission relationships between the table with progress charts and other components.
|
Configuration item |
Description |
Illustration |
|
Interaction Occurrence |
Define interaction behavior with other components for component linkage. Click the |
|
|
Associate Global Variables |
Associate global parameters to enable data transmission between components. Click the
For more information, see component interaction configuration. |
Blueprint interaction
Use the blueprint editor to visually define interaction relationships and 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 interaction events and actions.
icon to enable the corresponding instruction and associate a
icon at the top menu bar's left side to enter the blueprint editor.
icon to add the component to the main canvas.
icon next to an event or action in the blueprint configuration panel to view detailed parameter descriptions.