react-arborist

The complete tree view component for React

MIT License

Downloads
161.1K
Stars
2.8K
Committers
17

Bot releases are hidden (Show)

react-arborist - Version 1.0.1

Published by jameskerr over 2 years ago

Make sure the readme appears on npmjs.org

react-arborist - Version 1.0.0

Published by jameskerr over 2 years ago

Changed the names of the state booleans from isFirstOfSelected and isLastOfSelected to isSelectedStart and isSelectedEnd.

The treeApi.edit(id) method now returns a promise that resolves with this data when the edit is submitted {cancelled: boolean, value: string | undefined}.

Added a treeApi.selectById(id) method.

react-arborist - Version 0.2.0

Published by jameskerr over 2 years ago

Features

  • Added onContextMenu and onClick properties to the Tree component.