https://github.com/mar10/wunderbaum
A modern tree/treegrid control for the web
https://github.com/mar10/wunderbaum
javascript tree treegrid treeview typescript
Last synced: 5 days ago
JSON representation
A modern tree/treegrid control for the web
- Host: GitHub
- URL: https://github.com/mar10/wunderbaum
- Owner: mar10
- License: mit
- Created: 2021-02-27T10:02:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T19:30:19.000Z (about 1 year ago)
- Last Synced: 2025-04-01T14:12:36.044Z (about 1 year ago)
- Topics: javascript, tree, treegrid, treeview, typescript
- Language: TypeScript
- Homepage: https://mar10.github.io/wunderbaum
- Size: 16.1 MB
- Stars: 178
- Watchers: 9
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
#  wunderbaum
[](https://github.com/mar10/wunderbaum/releases/latest)
[](https://github.com/mar10/wunderbaum/actions/workflows/node.js.yml)
[](https://www.npmjs.com/package/wunderbaum)
[](https://www.jsdelivr.com/package/npm/wunderbaum)
[](https://github.com/mar10/grunt-yabs)
[](https://stackoverflow.com/questions/tagged/wunderbaum)
> A modern tree/treegrid control for the web.
Designated successor of [Fancytree](https://github.com/mar10/fancytree).
See the [upgrade guide](https://mar10.github.io/wunderbaum/tutorial/migrate/#what-has-changed)
for details.
[](https://mar10.github.io/wunderbaum/demo/)
- Supports drag and drop, editing, filtering, sorting, and multi-selection.
- Written in TypeScript, transpiled to ES6 (esm & umd).
- Performant handling of big data structures.
- Provide an object oriented API.
- Framework agnostic.
- Zero dependencies.
- Keyboard support.
### Details
- [Online Demo](https://mar10.github.io/wunderbaum/demo/)
- [Documentation](https://mar10.github.io/wunderbaum/)
- [API Reference](https://mar10.github.io/wunderbaum/api/index.html)
- [Quick Start](https://mar10.github.io/wunderbaum/#/tutorial/quick_start)