1.0.2 • Published 6 years ago

lujing-fe-react-dragtable v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

lujing-fe-react-dragtable

组件功能

可拖拽排序并放回拖拽后的结果

组件部署

cnpm i lujing-fe-react-dragtable --save

组件用法(demo)

import 'antd/lib/table/style/css'; //样式引入 可选
import DragTable from 'lujing-fe-react-dragtable';
  <DragTable
    bordered
    pagination
    dataSource={data}
    columns={columns}
    getData={(e) => this.sortData(e)}
  />

详见demo

更新log

author

@hanangjie

1.0.2

6 years ago

1.0.0

6 years ago