All Projects → mar10 → Fancytree

mar10 / Fancytree

Licence: other
JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Less
1899 projects
coffeescript
4710 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fancytree

Uploader
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
Stars: ✭ 1,042 (-56.55%)
Mutual labels:  jquery-plugin, drop
jquery-tree
jQuery-tree is a jQuery plugin to make an HTML unorder list (ul) in a tree.
Stars: ✭ 29 (-98.79%)
Mutual labels:  jquery-plugin, tree
mst-persist
Persist and hydrate MobX-state-tree stores (in < 100 LoC)
Stars: ✭ 75 (-96.87%)
Mutual labels:  tree, persistence
image-uploader
Simple Drag & Drop image uploader plugin to static forms, without using AJAX
Stars: ✭ 70 (-97.08%)
Mutual labels:  jquery-plugin, drop
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (-82.32%)
Mutual labels:  tree, jquery-plugin
Vue Drag Tree
🌴🌳a Vue's drag and drop tree component || 🌾Demo
Stars: ✭ 337 (-85.95%)
Mutual labels:  tree, drop
natural js
Natural-JS : Javascript Front-End Architecture Framework
Stars: ✭ 35 (-98.54%)
Mutual labels:  jquery-plugin, tree
Sled
the champagne of beta embedded databases
Stars: ✭ 5,423 (+126.15%)
Mutual labels:  tree, persistence
Angular Tree Dnd
Display tree table (or list) & event Drap & Drop (allow drag multi tree-table include all type: table, ol, ul) by AngularJS
Stars: ✭ 146 (-93.91%)
Mutual labels:  tree, drop
Orgchart
It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
Stars: ✭ 2,325 (-3.04%)
Mutual labels:  tree
Croppie
A Javascript Image Cropper
Stars: ✭ 2,330 (-2.84%)
Mutual labels:  jquery-plugin
Restable
jQuery plugin that makes tables responsive converting them to HTML lists on small viewports.
Stars: ✭ 183 (-92.37%)
Mutual labels:  jquery-plugin
Tui.editor
🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
Stars: ✭ 14,016 (+484.49%)
Mutual labels:  jquery-plugin
Fast
Find in AST - Search and refactor code directly in Abstract Syntax Tree as you do with grep for strings
Stars: ✭ 194 (-91.91%)
Mutual labels:  tree
Rangeslider.js
🎚 HTML5 input range slider element polyfill
Stars: ✭ 2,153 (-10.22%)
Mutual labels:  jquery-plugin
Hc Offcanvas Nav
JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
Stars: ✭ 201 (-91.62%)
Mutual labels:  jquery-plugin
Bs grid
Bootstrap Datagrid
Stars: ✭ 184 (-92.33%)
Mutual labels:  jquery-plugin
Jquery History
Super-seeded by https://github.com/browserstate/history.js
Stars: ✭ 183 (-92.37%)
Mutual labels:  jquery-plugin
Sliderawesome
A slider plugin full of various effects and styles that allows any customization. 一款可定制的风格效果多样的轮播图插件。
Stars: ✭ 204 (-91.49%)
Mutual labels:  jquery-plugin
Outwiker
Сross-platform software for keeping your notes in a tree
Stars: ✭ 198 (-91.74%)
Mutual labels:  tree

logo Fancytree

GitHub version Build Status npm jsDelivr code style: prettier Released with: grunt-yabs StackOverflow: fancytree

Fancytree (sequel of DynaTree 1.x) is a JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading.

sample

Status

GitHub version See the change log for details.

Get Started

ES6 Quickstart

import $ from "jquery";

import 'jquery.fancytree/dist/skin-lion/ui.fancytree.less';  // CSS or LESS

import {createTree} from 'jquery.fancytree';

import 'jquery.fancytree/dist/modules/jquery.fancytree.edit';
import 'jquery.fancytree/dist/modules/jquery.fancytree.filter';

const tree = createTree('#tree', {
  extensions: ['edit', 'filter'],
  source: {...},
  ...
});
// Note: Loading and initialization may be asynchronous, so the nodes may not be accessible yet.

See module loader support and API docs.

Credits

Thanks to all contributors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].