Skip to content

rhoffmann8/dual-react-sortable-tree-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dual react-sortable-tree example

Example usage of multiple react-sortable-tree trees with an undo/redo stack. Inter-tree moves are batched into a single handler to prevent individual trees from each performing their own push onto the stack for the single action.

This project also includes a types file that shows example overrides of the default RST TreeItem type such that it can accept a type argument so the consumer can define its own properties on each tree item.

This project was bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published