forked from mleibman/SlickGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 750 Bytes
/
Copy pathindex.html
File metadata and controls
40 lines (35 loc) · 750 Bytes
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
<!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>