Skip to content

Commit e680faf

Browse files
committed
feat: add one more props to table
1 parent e8e6541 commit e680faf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

default_layout.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"title": "Table",
88
"description": "This is a table component",
99
"props": {
10-
"query": "SELECT * FROM entraid_user"
10+
"query": "SELECT * FROM entraid_user",
11+
"display_rows": 10
1112
}
1213
},
1314
"rowSpan": 4,
@@ -22,7 +23,8 @@
2223
"description": "This is a table component1",
2324

2425
"props": {
25-
"query": "SELECT * FROM github_repository"
26+
"query": "SELECT * FROM github_repository",
27+
"display_rows": 10
2628
}
2729
},
2830
"rowSpan": 4,

0 commit comments

Comments
 (0)