forked from mleibman/SlickGrid
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
47 lines (39 loc) · 791 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
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>SlickGrid tests</title>
<link rel="stylesheet" href="../lib/qunit.css" type="text/css"/>
<style type="text/css">
ul {
font-family: 'trebuchet ms', verdana, arial;
}
h2, ul {
font-size: 10pt;
}
h2 {
background-color: #EEEEEE;
color: black;
font-size: small;
font-weight: normal;
margin: 0;
padding: 10px;
}
</style>
</head>
<body>
<h1 id="qunit-header">SlickGrid tests</h1>
<h2 id="qunit-banner"></h2>
<h2>Slick.Data</h2>
<ul>
<li><a href="dataview/index.html">DataView</a></li>
</ul>
<h2>Slick</h2>
<ul>
<li><a href="grid/index.html">Grid</a></li>
</ul>
<h2>Plugins</h2>
<ul>
<li><a href="plugins/autotooltips.html">AutoTooltips</a></li>
</ul>
</body>
</html>