-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
45 lines (40 loc) · 1013 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
<!DOCTYPE html>
<html>
<head>
<title>SlickGrid Export to Excel</title>
<link href="lib/qunit.css" rel="stylesheet" />
<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 Export to Excel</h1>
<h2 id="qunit-banner"></h2>
<ul>
<li>
<a href="examples/example1-simple.html">example1-simple</a>
</li>
<li>
<a href="examples/example2-formatters.html">example2-formatters</a>
</li>
<li>
<a href="examples/example3-editing.html">example3-editing</a>
</li>
<li>
<a href="examples/example4-model.html">example4-model</a>
</li>
<li>
<a href="examples/example5-collapsing.html">example5-collapsing</a>
</li>
</ul>
</body>
</html>