Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draggable #13

Open
pvencill opened this issue May 20, 2019 · 2 comments
Open

Draggable #13

pvencill opened this issue May 20, 2019 · 2 comments

Comments

@pvencill
Copy link

The underlying OrgChart object (looking at your ES6 examples) seems to support some basic ability to drag nodes to reorder the org chart, but I don't see how to do that in the Vue version. is this supported?

@ewitz
Copy link

ewitz commented Jun 24, 2021

<vo-edit style="background: #fff" :data="ds" nodeContent="title" :exportButton="true" :toggleCollapse="false" :draggable="true" exportButtonName="Save ScreenShot" exportFilename="Orgchart" > </vo-edit>

This works for me.

@Ngoc2310
Copy link

I try this too but it seems not work with vue 3. I've also tried this https://www.npmjs.com/package/vue3-organization-chart, it works with vue 3 but it doesn't have as much feature like the one you sent. Is there any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants