说明
完全基于snabbdom组件,采用展开才加载的方式,渲染速度大幅提升
实现的功能
- 自定义图标
- 复选框checkbox
- 单选框radio
- 自定义右键菜单
- 复制粘贴节点
- 搜索功能
- 懒加载
安装
- npm引入
npm run eletree -D - 直接引入js文件,下载地址
快速使用
var el = eleTree({
el: '.eletree',
url: '/eleTree/json/1.json',
highlightCurrent: true,
showCheckbox: true
})
el.getChecked()
el.on("checkbox", function(data) {
console.log(data)
})
示例如下图:
