codelv / enaml-web

Build interactive websites with enaml
https://codelv.com/projects/enaml-web/
MIT License
99 stars 17 forks source link

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

Open Kochise opened 1 year ago

Kochise commented 1 year ago

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.

frmdstryr commented 1 year ago

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.

Kochise commented 1 year ago

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