1.0.0 • Published 6 years ago

react-drop-table v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

react-drop-table

React component that allow file management

API

PropertyDescriptionTypeDefault
datadata passed to tableJSON-
headerPass this JSON to display specific keys of objects [{ name: "email", label: "Email" }], if null, each keys of objects are displayedJSON-
onDragActionFunction called when drag is performedFunction(idDrag, idDrop)

Example

react-drop-table