forked from jmosbech/StickyTableHeaders
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (21 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
<!DOCTYPE HTML>
<html>
<head>
<title>StickyTableHeaders Demo Pages </title>
<link rel="stylesheet" media="all" href="css/custom.css" type="text/css">
</head>
<body>
<h1>
StickyTableHeaders Demo Pages
</h1>
<ul>
<li><a href="tablesorter.html">Using StickyTableHeaders with jquery.tablesorter</a></li>
<li><a href="offset.html">Using StickyTableHeaders with an offset element</a></li>
<li><a href="scrollable-div.html">Using StickyTableHeaders within a scrollable block</a></li>
<li><a href="sticky-thead.html">Using StickyTableHeaders on a Table with several rows in <thead></a></li>
<li><a href="border-collapse.html">Illustrating the issues with headers using border-collapse</a></li>
<li><a href="bootstrap.html">Using the plugin with Twitter Bootstrap</a></li>
<li><a href="border-box.html">box-sizing: border-box;</a></li>
</ul>
</body>
</html>