Unplanned
Last Updated: 15 Nov 2024 15:01 by Vincenzo
Vincenzo
Created on: 15 Nov 2024 15:01
Category: TreeList
Type: Feature Request
1
[TreeList] Data binding with provided path that sets the hierarchy structure

Provide a built-in functionality for the TreeList that would allow binding the component to data with the following structure:

const data = [
    { path: ['node1', 'node2'], property1: value, property2: value },
    { path: ['node1', 'node2', 'node3'], property1: value, property2: value },
];

The structure provides particular paths for the leaf nodes (last children) that determine the hierarchy within the component and additional fields that correspond to the columns' definition of the component. 

0 comments