-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 880 Bytes
/
index.html
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
<html>
<head>
<script
src="//ej2.syncfusion.com/javascript/demos/grid/default/datasource.js"
type="text/javascript"
></script>
<script
src="https://cdn.syncfusion.com/ej2/20.4.42/dist/ej2.min.js"
type="text/javascript"
></script>
<link
href="https://cdn.syncfusion.com/ej2/20.4.42/material.css"
rel="stylesheet"
/>
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
rel="stylesheet"
/>
<style>
body {
touch-action: none;
}
</style>
</head>
<body>
<div class="stackblitz-container bootstrap5">
<div class="control-section">
<div class="content-wrapper">
<br /><br /><br /><br />
<div id="Grid"></div>
</div>
</div>
</div>
</body>
</html>