-
Notifications
You must be signed in to change notification settings - Fork 145
/
Copy pathnav.config.json
212 lines (212 loc) · 4.37 KB
/
nav.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"zh-CN": [
{
"name": "基础说明",
"children": [
{
"path": "/changelog",
"name": "更新日志"
},
{
"path": "/start/install",
"name": "安装"
},
{
"path": "/start/config",
"name": "全局配置"
}
]
},
{
"name": "基本功能",
"children": [
{
"path": "/basic/drag",
"name": "拖拽列"
},
{
"path": "/basic/row-drag",
"name": "拖拽行"
},
{
"path": "/basic/auto-width",
"name": "自适应列宽"
},
{
"path": "/basic/cache",
"name": "记忆功能"
},
{
"path": "/basic/sort",
"name": "排序监听"
},
{
"path": "/basic/contextmenu",
"name": "右键菜单"
},
{
"path": "/basic/fixResize",
"name": "右侧固定列拖动列宽"
},
{
"path": "/basic/fixedScroll",
"name": "左右固定列支持滚动滚动"
},
{
"path": "/basic/overflow",
"name": "内容超出设置"
}
]
},
{
"name": "筛选",
"children": [
{
"path": "/filter/basic",
"name": "基本筛选"
},
{
"path": "/filter/page",
"name": "分页"
},
{
"path": "/filter/reload",
"name": "表格重载"
},
{
"path": "/filter/menu",
"name": "下拉菜单/底栏定制"
},
{
"path": "/filter/header",
"name": "复杂表头筛选"
},{
"path": "/filter/checkbox",
"name": "复选框优化"
}
]
},
{
"name": "excel导出",
"children": [
{
"path": "/excel/basic",
"name": "基本效果"
},
{
"path": "/excel/global-style",
"name": "全局参数设置"
},
{
"path": "/excel/style",
"name": "精确参数设置"
},
{
"path": "/excel/border",
"name": "边框样式设置"
},
{
"path": "/excel/func",
"name": "调用方法导出"
},
{
"path": "/excel/columns",
"name": "指定列导出"
},
{
"path": "/excel/header",
"name": "复杂表头导出"
},
{
"path": "/excel/add",
"name": "添加自定义内容"
},
{
"path": "/excel/form",
"name": "包含表单元素的导出"
},
{
"path": "/excel/total-row",
"name": "合计行导出"
}
]
},
{
"name": "子表",
"children": [
{
"path": "/child/basic",
"name": "基础子表"
},
{
"path": "/child/show",
"name": "展开方式"
},
{
"path": "/child/request",
"name": "子表数据来源"
},
{
"path": "/child/is-child",
"name": "是否显示入口"
},
{
"path": "/child/title",
"name": "title设置"
},
{
"path": "/child/deep",
"name": "无限层级"
},
{
"path": "/child/event",
"name": "事件监听"
},
{
"path": "/child/header",
"name": "多入口/复杂表头"
},
{
"path": "/child/lazy",
"name": "懒加载"
},
{
"path": "/child/custom",
"name": "自定义展开内容"
},
{
"path": "/child/alone",
"name": "独立使用"
}
]
},
{
"name": "单元格合并",
"children": [
{
"path": "/merge/basic",
"name": "列自动合并"
},
{
"path": "/merge/header",
"name": "复杂表头"
},
{
"path": "/merge/alone",
"name": "独立使用"
}
]
}
],
"en-US": [
{
"name": "Development",
"children": [
{
"path": "/changelog",
"name": "changelog"
}
]
}
]
}