Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
875 lars 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<meta charset="utf-8">
5
	<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
6
	<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
7
	<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
8
	<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
9
	<script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.11.3.min.js"></script>
10
	<script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script>
11
	<script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
12
 
13
	<title>FixedHeader examples - Examples index</title>
14
</head>
15
 
16
<body class="dt-example">
17
	<div class="container">
18
		<section>
19
			<h1>FixedHeader example <span>Examples index</span></h1>
20
 
21
			<div class="info">
22
				<p>The following examples show how FixedHeader can be used via its configuration and styling options.</p>
23
			</div>
24
		</section>
25
	</div>
26
 
27
	<section>
28
		<div class="footer">
29
			<div class="gradient"></div>
30
 
31
			<div class="liner">
32
				<div class="toc">
33
					<div class="toc-group">
34
						<h3><a href="./options/index.html">Initialisation and options</a></h3>
35
						<ul class="toc">
36
							<li><a href="./options/simple.html">Basic initialisation</a></li>
37
							<li><a href="./options/header_footer.html">Header and footer fixed</a></li>
38
							<li><a href="./options/two_tables.html">Multiple tables</a></li>
39
							<li><a href="./options/offset.html">Offset</a></li>
40
							<li><a href="./options/enable-disable.html">Enable / disable FixedHeader</a></li>
41
							<li><a href="./options/new.html">Alternative initialisation</a></li>
42
						</ul>
43
					</div>
44
 
45
					<div class="toc-group">
46
						<h3><a href="./styling/index.html">Styling</a></h3>
47
						<ul class="toc">
48
							<li><a href="./styling/bootstrap.html">Bootstrap</a></li>
49
							<li><a href="./styling/foundation.html">Foundation</a></li>
50
							<li><a href="./styling/jqueryui.html">jQuery UI styling</a></li>
51
						</ul>
52
					</div>
53
 
54
					<div class="toc-group">
55
						<h3><a href="./integration/index.html">Integration with other DataTables extensions</a></h3>
56
						<ul class="toc">
57
							<li><a href="./integration/responsive.html">Responsive integration</a></li>
58
							<li><a href="./integration/colreorder.html">ColReorder integration</a></li>
59
						</ul>
60
					</div>
61
				</div>
62
 
63
				<div class="epilogue">
64
					<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
65
					Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
66
					"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
67
 
68
					<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br>
69
					DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
70
				</div>
71
			</div>
72
		</div>
73
	</section>
74
</body>
75
</html>