1.0.0 • Published 6 years ago
react-virtualized-tree-view v1.0.0
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 |
1.0.0
6 years ago