Tag

SortableJS

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 16, 2023 · Frontend Development

vue-draggable-plus: A Drag‑and‑Drop Component Library for Vue 2.7 and Vue 3

This article introduces vue-draggable-plus, a Vue drag‑and‑drop library built on Sortablejs that supports both Vue 2.7 and Vue 3, explains its installation, three usage modes (component, functional, directive), and shows how to specify target containers with full code examples.

SortableJSVuedrag-and-drop
0 likes · 9 min read
vue-draggable-plus: A Drag‑and‑Drop Component Library for Vue 2.7 and Vue 3
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Nov 17, 2021 · Frontend Development

How Adding a Row Key Fixed a Mysterious SortableJS Drag‑Drop Bug in Vue

The article walks through a puzzling drag‑and‑drop sorting bug in a Vue admin table, explains why the virtual DOM diverged from the real DOM, and shows that adding a unique row‑key to the el‑table element resolves the issue while highlighting best coding practices.

SortableJSVuedrag-and-drop
0 likes · 14 min read
How Adding a Row Key Fixed a Mysterious SortableJS Drag‑Drop Bug in Vue