enaml-web icon indicating copy to clipboard operation
enaml-web copied to clipboard

[DOC] What's the way to get a TreeList view ?

Open Kochise opened this issue 2 years ago • 2 comments

Hi, I'd like to have a TreeListView like :

https://github.com/frmdstryr/enamlx/tree/master/examples/tree_view

Ideally, two of them with Drag'n Drop between them, is it feasible ?

Regards.

Kochise avatar Mar 14 '23 08:03 Kochise

I see no reason why it wouldn't work. There are existing hooks for drag and drop in enaml-web (https://github.com/codelv/enaml-web/blob/master/web/components/html.py#L141-L154) they just need hooked up in the app script.

frmdstryr avatar Mar 31 '23 12:03 frmdstryr

Ok, thank for the highlight of the dedicated source code.

Kochise avatar Mar 31 '23 13:03 Kochise