Skip to content

multiDrag dosent work #123

Open
Open
@Nemnon

Description

@Nemnon

<draggable v-model="tableData" tag="tbody" item-key="guid" :multiDrag="true" multiDragKey="ctrl">
<template #item="{ element }">
<tr>
<td>{{ element.id }}</td>
<td>{{ element.name }}</td>
<td>{{ element.sport }}</td>
</tr>
</template>
</draggable>

The lines are dragged, but when the key is released, only one line is moved in the end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions