Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 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>KeyTable examples - KeyTable examples</title>
14
</head>
15
 
16
<body class="dt-example">
17
	<div class="container">
18
		<section>
19
			<h1>KeyTable example <span>KeyTable examples</span></h1>
20
 
21
			<div class="info">
22
				<p>The examples shown in this section demonstrate the basic initialisation and features of KeyTable.</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="./index.html">Initialisation</a></h3>
35
						<ul class="toc">
36
							<li><a href="./simple.html">Basic initialisation</a></li>
37
							<li><a href="./events.html">Events</a></li>
38
							<li><a href="./scrolling.html">Scrolling table</a></li>
39
							<li><a href="./server-side.html">Server-side processing</a></li>
40
							<li><a href="./stateSave.html">State saving</a></li>
41
						</ul>
42
					</div>
43
				</div>
44
 
45
				<div class="epilogue">
46
					<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
47
					Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
48
					"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
49
 
50
					<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br>
51
					DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
52
				</div>
53
			</div>
54
		</div>
55
	</section>
56
</body>
57
</html>