Skip to content

Commit bd9fc53

Browse files
committed
feat: update deafiult layout
1 parent b1d3fec commit bd9fc53

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

default_layout.json

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
[
2-
{
3-
"componentId": "table",
4-
"Name": "Table",
5-
"query": "SELECT * FROM entraid_users",
6-
"startX": 0,
7-
"startY": 0,
8-
"width": 12,
9-
"height": 6
2+
{
3+
"componentId": "table",
4+
"id": "table1-1",
5+
"data": {
6+
"title": "Table",
7+
"query": "SELECT * FROM entraid_users"
108
},
11-
{
12-
"componentId": "table",
13-
"Name": "Table",
14-
"query": "SELECT * FROM github_repos",
15-
"startX": 0,
16-
"startY": 0,
17-
"width": 6,
18-
"height": 4
19-
}
20-
]
9+
"rowSpan": 4,
10+
"columnSpan": 4,
11+
"columnOffset": { "4": 0 }
12+
},
13+
{
14+
"componentId": "table",
15+
"id": "table1-2",
16+
"data": {
17+
"title": "Table",
18+
"query": "SELECT * FROM github_repositories"
19+
},
20+
"rowSpan": 4,
21+
"columnSpan": 4,
22+
"columnOffset": { "4": 0 }
23+
}
24+
]

0 commit comments

Comments
 (0)