forked from fin-hypergrid/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhypergrid-snap-child.html
36 lines (33 loc) · 1008 Bytes
/
hypergrid-snap-child.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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>fin-hypergrid child</title>
<script src="http://openfin.github.io/fin-hypergrid/components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="http://openfin.github.io/fin-hypergrid/components/fin-hypergrid/fin-hypergrid.min.html">
<style>
.titlebar {
-webkit-user-select: none;
-webkit-app-region: drag;
background-color: #B2B2B2;
padding: 3px;
padding-left: 10px;
}
fin-hypergrid {
position: absolute;
top: 26px;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
</style>
</head>
<body unresolved fullbleed>
<div class="titlebar"> </div>
<fin-hypergrid>
<fin-hypergrid-behavior-in-memory></fin-hypergrid-behavior-in-memory>
<fin-hypergrid-excel></fin-hypergrid-excel>
</fin-hypergrid>
</body>
</html>