pikhovkin / dash-devextreme

Wrapper of DevExtreme components for Plotly Dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the treelist not work for Hierarchical Structure

dljzc opened this issue · comments

commented

image

the Hierarchical Structure is not working? can you help me?

commented
...
row_editing = {
    'mode': 'row',
    'allowAdding': True,
    'allowUpdating': True,
    'allowDeleting': True,
}
...
ddx.TreeList(dataSource=data, columns=columns, keyExpr='id', parentIdExpr='parent_id', editing=row_editing),
...

@dljzc Add each question as a separate issue