-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbinding-nested-data-1.json
69 lines (69 loc) · 1.52 KB
/
binding-nested-data-1.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
{
"todo": [ "fix errors in WebGridNestedDataCellTemplate" ],
"export": true,
"skipAlterDataCasing": true,
"descriptions": {
"content": {
"type": "WebGrid",
"dataRef": "EmployeesNestedData",
"autoGenerate": false,
"name": "grid",
"id": "grid",
"columnList": [
{
"type": "WebColumn",
"header": "Name",
"field": "Name",
"width": "15%"
},
{
"type": "WebColumn",
"field": "Title",
"header": "Title",
"width": "15%"
},
{
"type": "WebColumn",
"field": "Salary",
"header": "Salary",
"width": "10%"
},
{
"type": "WebColumn",
"field": "Employees",
"header": "Employees",
"bodyTemplateRef": "WebGridNestedDataCellTemplate",
"width": "20%"
},
{
"type": "WebColumn",
"field": "City",
"header": "City",
"width": "15%"
},
{
"type": "WebColumn",
"field": "Country",
"header": "Country",
"width": "15%"
},
{
"type": "WebColumn",
"field": "Age",
"header": "Age",
"width": "10%"
},
{
"type": "WebColumn",
"field": "HireDate",
"header": "Hire Date",
"dataType": "Date"
}
]
}
},
"modules": [
"grids/WebGridModule",
"webinputs/WebInputModule"
]
}