1.0.0 • Published 5 years ago

react-virtualized-tree-view v1.0.0

Weekly downloads
40
License
ISC
Repository
github
Last release
5 years ago

react-virtualized-tree

A virtualized tree view react component based on react-window

screen

API

nametypedefaultdescription
itemsarray of objectsEach object must contain next properties: id (number), text (string), rootId (number or null)
widthnumber300component width
heightnumber400component height
rowHeightnumber25single row height
onRowClickfunctionrow click handler