-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable.docogen
More file actions
28 lines (28 loc) · 844 Bytes
/
table.docogen
File metadata and controls
28 lines (28 loc) · 844 Bytes
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
{
"article": [
{
"title": "Table Demo",
"priority": 4,
"content": [
{
"name": "Table 1",
"type": "table",
"data": [
{
"title": "Name",
"value": [ "Kevin","Eric","Lu","Cyu","Lai" ]
},
{
"title": "Age",
"value": [ "23", "22", "24","52","50" ]
},
{
"title": "Job",
"value": [ "programmer", "student", "engineer", "professor", "soldier" ]
}
]
}
]
}
]
}