From 5fbf82d480fc488d57c1d72656c9953e9bad99d8 Mon Sep 17 00:00:00 2001
From: bunny <1319900154@qq.com>
Date: Wed, 31 Jan 2024 14:37:20 +0800
Subject: [PATCH] =?UTF-8?q?03=E7=AE=80=E5=8D=95=E7=9A=84=E5=A4=9A=E7=BB=84?=
=?UTF-8?q?=E9=97=B4=E6=8B=96=E5=8A=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
01简单拖动表格.html | 87 ++++++++++++++++++++++++++++++++
02表格拖动例子.html | 85 +++++++++++++++++++++++++++++++
03简单的多组间拖动.html | 107 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 279 insertions(+)
create mode 100644 01简单拖动表格.html
create mode 100644 02表格拖动例子.html
create mode 100644 03简单的多组间拖动.html
diff --git a/01简单拖动表格.html b/01简单拖动表格.html
new file mode 100644
index 0000000..16123e9
--- /dev/null
+++ b/01简单拖动表格.html
@@ -0,0 +1,87 @@
+
+
+
+
+ sortable.js table表格拖拽例子
+
+
+
+
+
+
+
+
+ 1 |
+ www.baidu.com |
+
+
+
+
+ 2 |
+ www.itxst.com |
+
+
+
+
+ 3 |
+ www.google.com |
+
+
+
+
+ 4 |
+ www.microsoft.com |
+
+
+
+
+
+
diff --git a/02表格拖动例子.html b/02表格拖动例子.html
new file mode 100644
index 0000000..6391cfa
--- /dev/null
+++ b/02表格拖动例子.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+ sortable.js table表格拖拽例子
+
+
+
+
+
+
+
+
+
+ 1 |
+ www.baidu.com |
+
+
+
+
+ 2 |
+ www.itxst.com |
+
+
+
+
+ 3 |
+ www.google.com |
+
+
+
+
+ 4 |
+ www.microsoft.com |
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/03简单的多组间拖动.html b/03简单的多组间拖动.html
new file mode 100644
index 0000000..bb5b277
--- /dev/null
+++ b/03简单的多组间拖动.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+ sortable.js group属性例子
+
+
+
+
+
+
+
+
+
A组
+
item 1
+
item 2
+
item 3
+
+
+
B组
+
www.itxst.com
+
www.google.com
+
www.baidu.com
+
+
+
+
+
+
+
+
\ No newline at end of file