liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
[
    {
        "name": "Editor.html",
        "url": "Editor.html",
        "title": "Test Cell Editors",
        "parent": ""
    },
    {
        "name": "Editor_autosave.html",
        "url": "Editor_autosave.html",
        "title": "Test Dijit Cell Editors with autoSave",
        "parent": ""
    },
    {
        "name": "Editor_more_widgets.html",
        "url": "Editor_more_widgets.html",
        "title": "Test Dijit Cell Editors",
        "parent": ""
    },
    {
        "name": "Editor_no_store.html",
        "url": "Editor_no_store.html",
        "title": "Test Editors in Store-less Grid",
        "parent": ""
    },
    {
        "name": "Editor_widgets.html",
        "url": "Editor_widgets.html",
        "title": "Test Dijit Cell Editors",
        "parent": ""
    },
    {
        "name": "GridFromHtml.html",
        "url": "GridFromHtml.html",
        "title": "GridFromHtml Tests",
        "parent": ""
    },
    {
        "name": "GridFromHtml_Editors.html",
        "url": "GridFromHtml_Editors.html",
        "title": "Test declarative cell editors ",
        "parent": ""
    },
    {
        "name": "Grid_headerless.html",
        "url": "Grid_headerless.html",
        "title": "Test Grid Common Cases with showHeader: false",
        "parent": ""
    },
    {
        "name": "Grid_mouseevents.html",
        "url": "Grid_mouseevents.html",
        "title": "Test delegated mouse events",
        "parent": ""
    },
    {
        "name": "Grid_rendering.html",
        "url": "Grid_rendering.html",
        "title": "Test get, formatter, and renderCell",
        "parent": ""
    },
    {
        "name": "Keyboard.html",
        "url": "Keyboard.html",
        "title": "Test Keyboard Mixin",
        "parent": ""
    },
    {
        "name": "OnDemand.html",
        "url": "OnDemand.html",
        "title": "Test Grid Store Observation",
        "parent": ""
    },
    {
        "name": "OnDemand_pagingMethod.html",
        "url": "OnDemand_pagingMethod.html",
        "title": "Test OnDemandGrids different pagingMethod values",
        "parent": ""
    },
    {
        "name": "OnDemand_promises.html",
        "url": "OnDemand_promises.html",
        "title": "Test OnDemandGrids with promise-based stores",
        "parent": ""
    },
    {
        "name": "OnDemand_tile.html",
        "url": "OnDemand_tile.html",
        "title": "Test Tile Layout in OnDemandList",
        "parent": ""
    },
    {
        "name": "Rest.html",
        "url": "Rest.html",
        "title": "Test Rest store",
        "parent": ""
    },
    {
        "name": "Selection.html",
        "url": "Selection.html",
        "title": "Test Selection",
        "parent": ""
    },
    {
        "name": "Selector.html",
        "url": "Selector.html",
        "title": "Test Grid Row Selectors",
        "parent": ""
    },
    {
        "name": "Tree.html",
        "url": "Tree.html",
        "title": "Test Tree Grid",
        "parent": ""
    },
    {
        "name": "Tree_editor.html",
        "url": "Tree_editor.html",
        "title": "Test tree and editor in same column",
        "parent": ""
    },
    {
        "name": "Tree_expand.html",
        "url": "Tree_expand.html",
        "title": "Test Tree Grid",
        "parent": ""
    },
    {
        "name": "Tree_extra_filter.html",
        "url": "Tree_extra_filter.html",
        "title": "Test Tree Grid with Extra Filtering",
        "parent": ""
    },
    {
        "name": "autoheight.html",
        "url": "autoheight.html",
        "title": "Test height:auto",
        "parent": ""
    },
    {
        "name": "common_cases.html",
        "url": "common_cases.html",
        "title": "Test Grid Common Cases",
        "parent": ""
    },
    {
        "name": "complex_column.html",
        "url": "complex_column.html",
        "title": "Test Grid Complex Columns",
        "parent": ""
    },
    {
        "name": "dijit_layout.html",
        "url": "dijit_layout.html",
        "title": "Test Declarative Dijit Layout",
        "parent": ""
    },
    {
        "name": "dijit_layout_mixed.html",
        "url": "dijit_layout_mixed.html",
        "title": "Test Mixed Dijit Layout",
        "parent": ""
    },
    {
        "name": "dijit_layout_programmatic.html",
        "url": "dijit_layout_programmatic.html",
        "title": "Test Programmatic Dijit Layout",
        "parent": ""
    },
    {
        "name": "extensions",
        "url": "extensions",
        "parent": ""
    },
    {
        "name": "ColumnHider.html",
        "url": "extensions/ColumnHider.html",
        "title": "Test Column Hider Extension",
        "parent": "extensions"
    },
    {
        "name": "ColumnHider_MenuHeight.html",
        "url": "extensions/ColumnHider_MenuHeight.html",
        "title": "Test Column Hider Extension: Large Menu",
        "parent": "extensions"
    },
    {
        "name": "ColumnReorder.html",
        "url": "extensions/ColumnReorder.html",
        "title": "Test Simple Grid ColumnReorder",
        "parent": "extensions"
    },
    {
        "name": "ColumnReorder_complex.html",
        "url": "extensions/ColumnReorder_complex.html",
        "title": "Test Complex Grid ColumnReorder",
        "parent": "extensions"
    },
    {
        "name": "ColumnResizer.html",
        "url": "extensions/ColumnResizer.html",
        "title": "Test Column Resizer",
        "parent": "extensions"
    },
    {
        "name": "ColumnResizer_complex.html",
        "url": "extensions/ColumnResizer_complex.html",
        "title": "Test Column Resizer with Complex Columns",
        "parent": "extensions"
    },
    {
        "name": "CompoundColumns.html",
        "url": "extensions/CompoundColumns.html",
        "title": "Test Grid Compound Columns",
        "parent": "extensions"
    },
    {
        "name": "CompoundColumns_Tree.html",
        "url": "extensions/CompoundColumns_Tree.html",
        "title": "Test Grid with Compound Columns, Column Sets, and Tree",
        "parent": "extensions"
    },
    {
        "name": "DnD.html",
        "url": "extensions/DnD.html",
        "title": "Test Grid DnD",
        "parent": "extensions"
    },
    {
        "name": "DnD_Tree.html",
        "url": "extensions/DnD_Tree.html",
        "title": "DnD test dragging tree children",
        "parent": "extensions"
    },
    {
        "name": "DnD_error.html",
        "url": "extensions/DnD_error.html",
        "title": "Test Grid DnD on stores returning rejected promises",
        "parent": "extensions"
    },
    {
        "name": "DnD_touch.html",
        "url": "extensions/DnD_touch.html",
        "title": "Test Grid DnD on Touch Devices",
        "parent": "extensions"
    },
    {
        "name": "Pagination.html",
        "url": "extensions/Pagination.html",
        "title": "Test Pagination Extension",
        "parent": "extensions"
    },
    {
        "name": "Pagination_Tree.html",
        "url": "extensions/Pagination_Tree.html",
        "title": "Test Pagination Extension with tree plugin",
        "parent": "extensions"
    },
    {
        "name": "Pagination_i18n.html",
        "url": "extensions/Pagination_i18n.html",
        "title": "Test Pagination Extension with i18n override",
        "parent": "extensions"
    },
    {
        "name": "SingleQuery.html",
        "url": "extensions/SingleQuery.html",
        "title": "Test SingleQuery Extension",
        "parent": "extensions"
    },
    {
        "name": "has-css3.html",
        "url": "has-css3.html",
        "title": "has-css3 tests",
        "parent": ""
    },
    {
        "name": "intern",
        "url": "intern",
        "parent": ""
    },
    {
        "name": "runTests.html",
        "url": "intern/runTests.html",
        "title": "dgrid Intern suite",
        "parent": "intern"
    },
    {
        "name": "mobile_grid.html",
        "url": "mobile_grid.html",
        "title": "Mobile dgrid test",
        "parent": ""
    },
    {
        "name": "performance.html",
        "url": "performance.html",
        "title": "Test Performance",
        "parent": ""
    },
    {
        "name": "performance_dojox_datagrid.html",
        "url": "performance_dojox_datagrid.html",
        "title": "Test dojox.grid.DataGrid Performance",
        "parent": ""
    },
    {
        "name": "performance_slow_network.html",
        "url": "performance_slow_network.html",
        "title": "Test performance on a (simulated) slow network",
        "parent": ""
    },
    {
        "name": "performance_widgets.html",
        "url": "performance_widgets.html",
        "title": "Test Performance with Editors",
        "parent": ""
    },
    {
        "name": "rtl.html",
        "url": "rtl.html",
        "title": "Test Right-To-Left",
        "parent": ""
    },
    {
        "name": "simple_grid.html",
        "url": "simple_grid.html",
        "title": "Test Simple Grid Creation",
        "parent": ""
    },
    {
        "name": "skin.html",
        "url": "skin.html",
        "title": "Test Skin",
        "parent": ""
    },
    {
        "name": "sparse_sort.html",
        "url": "sparse_sort.html",
        "title": "Test sorting of sparsely-populated fields",
        "parent": ""
    },
    {
        "name": "widths.html",
        "url": "widths.html",
        "title": "Test List/Grid Width Scenarios",
        "parent": ""
    }
]