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>AutoFill examples - Initialisation examples</title>
14
</head>
15
 
16
<body class="dt-example">
17
	<div class="container">
18
		<section>
19
			<h1>AutoFill example <span>Initialisation examples</span></h1>
20
 
21
			<div class="info">
22
				<p>Spreadsheets such as Excel and Google Docs have a very handy data duplication option of an auto fill tool. The AutoFill library for DataTables provides a
23
				similar interface for DataTables (even extending upon it to provide complex data interaction options). AutoFill also provides full support for <a href=
24
				"https://editor.datatables.net">Editor</a> allowing end users to update data very quickly.</p>
25
 
26
				<p>The examples in this section show how AutoFill can be used with DataTables.</p>
27
			</div>
28
		</section>
29
	</div>
30
 
31
	<section>
32
		<div class="footer">
33
			<div class="gradient"></div>
34
 
35
			<div class="liner">
36
				<div class="toc">
37
					<div class="toc-group">
38
						<h3><a href="./index.html">Initialisation</a></h3>
39
						<ul class="toc">
40
							<li><a href="./simple.html">Basic initialisation</a></li>
41
							<li><a href="./fills.html">Fill types</a></li>
42
							<li><a href="./keyTable.html">KeyTable integration</a></li>
43
							<li><a href="./events.html">Events</a></li>
44
							<li><a href="./alwaysAsk.html">Always confirm action</a></li>
45
							<li><a href="./columns.html">Column selector</a></li>
46
							<li><a href="./focus.html">Click focus</a></li>
47
							<li><a href="./scrolling.html">Scrolling DataTable</a></li>
48
							<li><a href="./plugins.html">Fill plug-ins</a></li>
49
						</ul>
50
					</div>
51
				</div>
52
 
53
				<div class="epilogue">
54
					<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
55
					Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
56
					"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
57
 
58
					<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br>
59
					DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
60
				</div>
61
			</div>
62
		</div>
63
	</section>
64
</body>
65
</html>