An open API service indexing awesome lists of open source software.

https://github.com/yangfei4913438/react-dnd

实现对象拖拽到列表,列表中的元素可以排序
https://github.com/yangfei4913438/react-dnd

Last synced: 3 months ago
JSON representation

实现对象拖拽到列表,列表中的元素可以排序

Awesome Lists containing this project

README

        

# 说明

当前项目支持的功能

- 支持外部对象拖拽到列表中,可选和某个元素合并。

- 支持列表中的对象进行拖拽排序。

不支持的功能

- 拖拽进列表的同时,完成排序功能。