| 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="../../../examples/resources/syntax/shCore.js"></script>
|
|
|
10 |
<script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
|
|
|
11 |
|
|
|
12 |
<title>KeyTable examples - Spreadsheet like keyboard navigation for DataTables</title>
|
|
|
13 |
</head>
|
|
|
14 |
|
|
|
15 |
<body class="dt-example">
|
|
|
16 |
<div class="container">
|
|
|
17 |
<section>
|
|
|
18 |
<h1>KeyTable example <span>Spreadsheet like keyboard navigation for DataTables</span></h1>
|
|
|
19 |
|
|
|
20 |
<div class="info">
|
|
|
21 |
<p>KeyTable provides Excel like cell navigation on any table. Events (focus, blur, action etc) can be assigned to individual cells, columns, rows or all cells.</p>
|
|
|
22 |
</div>
|
|
|
23 |
</section>
|
|
|
24 |
</div>
|
|
|
25 |
|
|
|
26 |
<section>
|
|
|
27 |
<div class="footer">
|
|
|
28 |
<div class="gradient"></div>
|
|
|
29 |
|
|
|
30 |
<div class="liner">
|
|
|
31 |
<div class="toc">
|
|
|
32 |
<div class="toc-group">
|
|
|
33 |
<h3><a href="./initialisation/index.html">Initialisation</a></h3>
|
|
|
34 |
<ul class="toc">
|
|
|
35 |
<li><a href="./initialisation/simple.html">Basic initialisation</a></li>
|
|
|
36 |
<li><a href="./initialisation/events.html">Events</a></li>
|
|
|
37 |
<li><a href="./initialisation/scrolling.html">Scrolling table</a></li>
|
|
|
38 |
<li><a href="./initialisation/server-side.html">Server-side processing</a></li>
|
|
|
39 |
<li><a href="./initialisation/stateSave.html">State saving</a></li>
|
|
|
40 |
</ul>
|
|
|
41 |
</div>
|
|
|
42 |
|
|
|
43 |
<div class="toc-group">
|
|
|
44 |
<h3><a href="./styling/index.html">Styling</a></h3>
|
|
|
45 |
<ul class="toc">
|
|
|
46 |
<li><a href="./styling/focusStyle.html">Focus cell custom styling</a></li>
|
|
|
47 |
<li><a href="./styling/bootstrap.html">Bootstrap styling</a></li>
|
|
|
48 |
<li><a href="./styling/foundation.html">Foundation styling</a></li>
|
|
|
49 |
<li><a href="./styling/jqueryui.html">jQuery UI styling</a></li>
|
|
|
50 |
</ul>
|
|
|
51 |
</div>
|
|
|
52 |
</div>
|
|
|
53 |
|
|
|
54 |
<div class="epilogue">
|
|
|
55 |
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
|
|
|
56 |
Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
|
|
|
57 |
"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
|
|
|
58 |
|
|
|
59 |
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2015<br>
|
|
|
60 |
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
|
|
|
61 |
</div>
|
|
|
62 |
</div>
|
|
|
63 |
</div>
|
|
|
64 |
</section>
|
|
|
65 |
</body>
|
|
|
66 |
</html>
|