mirror of
https://gitee.com/layui/layui.git
synced 2025-12-27 06:35:47 +08:00
新增 treeTable 自定义图标的属性名称
This commit is contained in:
@@ -229,6 +229,7 @@ layui.define(['table'], function (exports) {
|
||||
name: "name", // 节点数据保存节点名称的属性名称
|
||||
id: "id", // 唯一标识的属性名称
|
||||
pid: "parentId", // 父节点唯一标识的属性名称
|
||||
icon: "icon", // 图标的属性名称
|
||||
},
|
||||
view: {
|
||||
indent: 14, // 层级缩进量
|
||||
|
||||
Reference in New Issue
Block a user