0.1.4 • Published 3 years ago

react-drag-sort-table v0.1.4

Weekly downloads
9
License
MIT
Repository
-
Last release
3 years ago

A react table component that can be dragged and sorted

install

// npm
npm install react-drag-sort-table

// yarn
yarn add react-drag-sort-table

use

import DragSortTable from 'react-drag-sort-table'
import 'react-drag-sort-table/dist/dist.min.css'

API