Project

General

Profile

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="../../../media/js/jquery.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>KeyTable provides enhanced accessibility and navigation options for DataTables enhanced tables, by
23
				allowing Excel like cell navigation on any table. Events (focus, blur, action etc) can be assigned to
24
				individual cells, columns, rows or all cells to allow advanced interaction options.. Key features
25
				include:</p>
26

    
27
				<ul class="markdown">
28
					<li>Easy to use spreadsheet like interaction</li>
29
					<li>Fully integrated with DataTables</li>
30
					<li>Wide range of supported events</li>
31
					<li>Works without DataTables if you just want a plain table</li>
32
				</ul>
33
			</div>
34
		</section>
35
	</div>
36

    
37
	<section>
38
		<div class="footer">
39
			<div class="gradient"></div>
40

    
41
			<div class="liner">
42
				<div class="toc">
43
					<div class="toc-group">
44
						<h3><a href="./index.html">Examples</a></h3>
45
						<ul class="toc">
46
							<li><a href="./simple.html">Basic initialisation</a></li>
47
							<li><a href="./events.html">Events</a></li>
48
							<li><a href="./scrolling.html">Scrolling table</a></li>
49
							<li><a href="./html.html">Plain HTML table</a></li>
50
							<li><a href="./ajax.html">Server-side processing table</a></li>
51
						</ul>
52
					</div>
53
				</div>
54

    
55
				<div class="epilogue">
56
					<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full
57
					information about its API properties and methods.<br>
58
					Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
59
					<a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
60
					DataTables.</p>
61

    
62
					<p class="copyright">DataTables designed and created by <a href=
63
					"http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br>
64
					DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
65
				</div>
66
			</div>
67
		</div>
68
	</section>
69
</body>
70
</html>
(4-4/6)