forked from LearnChamp/adapt-table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
104 lines (104 loc) · 2.66 KB
/
Copy pathexample.json
File metadata and controls
104 lines (104 loc) · 2.66 KB
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
{
"_id":"c-05",
"_parentId":"b-05",
"_type":"component",
"_component":"tableadvanced",
"_classes":"",
"_layout":"full",
"title":"First look: Table",
"displayTitle":"Normal Table",
"body":"",
"instruction":"",
"_rowHeaderIndexes": "0",
"_colHeaderIndexes": "",
"_minWidth": 800,
"_isBorderCollapse": true,
"_tableBorderAppearance": "solid",
"_tableBorderLineWidth": 3,
"_rows": [
{
"_classes": "",
"_cells": [
{
"_colSpan": "1",
"_rowSpan": "1",
"_cellBorderAppearance": "solid",
"_cellBorderLineWidth": 1,
"_cellBackgroundColor": "",
"_cellTextColor": "",
"text": "row 0 - cell 0, as heading",
"_textAlignment": "center",
"_verticalAlignment": "middle",
"_classes": "",
"_graphic": {
"_src": "",
"alt": "",
"attribution":""
}
},
{
"_colSpan": "1",
"_rowSpan": "1",
"_cellBorderAppearance": "solid",
"_cellBorderLineWidth": 1,
"_cellBackgroundColor": "",
"_cellTextColor": "",
"text": "row 0 - cell 1, as heading",
"_textAlignment": "center",
"_verticalAlignment": "middle",
"_classes": "",
"_graphic": {
"_src": "",
"alt": "",
"attribution":""
}
}
]
},
{
"_classes": "",
"_cells": [
{
"_colSpan": "1",
"_rowSpan": "1",
"_cellBorderAppearance": "dashed",
"_cellBorderLineWidth": 1,
"_cellBackgroundColor": "",
"_cellTextColor": "",
"text": "row 1 - cell 0",
"_textAlignment": "left",
"_verticalAlignment": "middle",
"_classes": "",
"_graphic": {
"_src": "",
"alt": "",
"attribution":""
}
},
{
"_colSpan": "1",
"_rowSpan": "1",
"_cellBorderAppearance": "solid",
"_cellBorderLineWidth": 1,
"_cellBackgroundColor": "red",
"_cellTextColor": "white",
"text": "row 1 - cell 1",
"_textAlignment": "center",
"_verticalAlignment": "middle",
"_classes": "",
"_graphic": {
"_src": "",
"alt": "",
"attribution":""
}
}
]
}
],
"_columnWidths": [
{
"_column": 0,
"_width": 200
}
]
}