Skip to content
Latestv1.0.60

Table - Tree Data & Expand Row

The Table component supports tree data display and expand row functionality.

Tree Data

Configure tree data through tree-config, and set treeNode: true on the column to specify which column displays the expand icon.

Tree Data

Default Expand All

Set tree-config.expandAll to true to expand all nodes by default.

Expand All By Default

Expandable Rows

Implement expand row functionality through expand-config and expand slot.

Expand Row

Selectable Tree Data

Tree data can be combined with selection functionality.

Selectable Tree Data

Released under the MIT License.