react-virtualized-tree-view
v1.0.0
Published
React component for virtualized tree
Downloads
11
Maintainers
Readme
react-virtualized-tree
A virtualized tree view react component based on react-window
API
|name|type|default|description| |-----|---|--------|----| |items|array of objects||Each object must contain next properties: id (number), text (string), rootId (number or null)| |width|number|300|component width| |height|number|400|component height| |rowHeight|number|25|single row height| |onRowClick|function||row click handler|