Skip to content

Commit 2773b41

Browse files
authored
create DataGrid component (#117)
1 parent 51f57e9 commit 2773b41

25 files changed

+3361
-83
lines changed

index.html

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!doctype html>
22
<html class="no-js" lang="">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>Standalone Design Kit</title>
7-
<meta name="description" content="">
8-
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
</head>
10-
<body>
11-
<div id="root" />
12-
<script type="module" src="./src/main.tsx"></script>
13-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="x-ua-compatible" content="ie=edge" />
6+
<title>Standalone Design Kit</title>
7+
<meta name="description" content="" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
</head>
10+
<body>
11+
<div id="root" />
12+
<script type="module" src="./src/main.tsx"></script>
13+
<div id="portal" style="position: fixed; left: 0; top: 0; z-index: 9999" />
14+
</body>
1415
</html>

package-lock.json

+752-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"@codemirror/lang-python": "^6.1.3",
6666
"@codemirror/language": "^6.9.1",
6767
"@codemirror/legacy-modes": "^6.3.3",
68+
"@glideapps/glide-data-grid": "^6.0.3",
6869
"@uiw/react-codemirror": "^4.21.18",
6970
"ansi-to-html": "^0.7.2",
7071
"antd": "^5.1.7",

0 commit comments

Comments
 (0)