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="../resources/syntax/shCore.css">
8
	<link rel="stylesheet" type="text/css" href="../resources/demo.css">
9
	<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
10
	<script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script>
11
	<script type="text/javascript" language="javascript" src="../resources/demo.js"></script>
12

    
13
	<title>DataTables examples - Plug-ins</title>
14
</head>
15

    
16
<body class="dt-example">
17
	<div class="container">
18
		<section>
19
			<h1>DataTables example <span>Plug-ins</span></h1>
20

    
21
			<div class="info">
22
				<p>While DataTables has a wide range of options and data type support built in, it can never cater for
23
				every type of data out of the box. For this reason, DataTables exposes an extension API which allows
24
				you, the developers using DataTables, to add support for your own data types, searching, ordering and
25
				feature plug-ins.</p>
26

    
27
				<p>The examples in this section show how plug-ins can be used and developed for DataTables.</p>
28
			</div>
29
		</section>
30
	</div>
31

    
32
	<section>
33
		<div class="footer">
34
			<div class="gradient"></div>
35

    
36
			<div class="liner">
37
				<div class="toc">
38
					<div class="toc-group">
39
						<h3><a href="./index.html">Plug-ins</a></h3>
40
						<ul class="toc">
41
							<li><a href="./api.html">API plug-in methods</a></li>
42
							<li><a href="./sorting_auto.html">Ordering plug-ins (with type detection)</a></li>
43
							<li><a href="./sorting_manual.html">Ordering plug-ins (no type detection)</a></li>
44
							<li><a href="./range_filtering.html">Custom filtering - range search</a></li>
45
							<li><a href="./dom_sort.html">Live DOM ordering</a></li>
46
						</ul>
47
					</div>
48
				</div>
49

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

    
57
					<p class="copyright">DataTables designed and created by <a href=
58
					"http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<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>
(3-3/6)