Table
The Table Node allows you to convert data frames into interactive tables in your skill response.
Basic Setup
- Add the Table component from the node list
- In the Input section, select your target data frame
- Specify a title for the tab where the table will appear
- Set the tab index (0-10) to determine the table's position in the tabbed output of the skill
Testing
- Test the table by running your skill up to the Table Node
- Verify that the data frame displays correctly in the preview
Integration
- Connect the table to your skill response using the Visualization Layout component
- Refer to the Visualization Layout and Skill Response components for detailed integration steps
Customization
- Access styling options in the Customize tab, you can edit the HTML here to impact the way the table looks
- Edit the Jinja template to adjust the table's structure and formatting
Common Business Use Cases
-
Financial Analysis
- Display quarterly revenue breakdowns
- Show profit and loss statements
- Present budget vs. actual spending comparisons
-
Sales Performance
- List top-performing products or services
- Show regional sales distributions
- Present customer segmentation data
-
Market Analysis
- Compare competitor pricing data
- Present market share distributions
- Display customer demographic information
Updated 8 days ago