react-drag-listview:一个用于React的简单的可拖动列表组件

时间:2024-05-24 16:02:35
【文件属性】:

文件名称:react-drag-listview:一个用于React的简单的可拖动列表组件

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-24 16:02:35

react draggable table-drag JavaScript

react-drag-listview React拖动列表组件。 安装 例子 拖曳行 拖动列 发展 npm install npm start 用法 const ReactDragListView = require ( 'react-drag-listview' ) ; class Demo extends React . Component { constructor ( props ) { super ( props ) ; const data = [ ] ; for ( let i = 1 , len = 7 ; i < len ; i ++ ) { data . push ( { title : `rows ${ i } ` } ) ; } this . state = { d


【文件预览】:
react-drag-listview-master
----.gitignore(88B)
----.eslintrc(626B)
----package.json(2KB)
----src()
--------util.js(1KB)
--------index.js(197B)
--------ReactDragListView.jsx(7KB)
--------ReactDragColumnView.jsx(3KB)
----LICENSE.md(1KB)
----.travis.yml(44B)
----examples()
--------dragColumn.less(569B)
--------simple.html(0B)
--------dragColumn.js(1KB)
--------dragColumn.html(0B)
--------simple.js(1KB)
--------index.less(813B)
----README.md(4KB)
----.eslintignore(0B)
----.editorconfig(245B)

网友评论