Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 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 - Advanced initialisation</title>
14
</head>
15
 
16
<body class="dt-example">
17
        <div class="container">
18
                <section>
19
                        <h1>DataTables example <span>Advanced initialisation</span></h1>
20
 
21
                        <div class="info">
22
                                <p>The configuration options offered by DataTables extend much further than the options shown in the
23
                                basic initialisation of this documentation. Through combinations of the options available and the use
24
                                of callbacks, DataTables is completely customisable and will fit into exactly what you need for your
25
                                table display.</p>
26
 
27
                                <p>This section shows some more advanced initialisation options. Keep in mind also that each example
28
                                can be combined with the other examples to get what you want!</p>
29
                        </div>
30
                </section>
31
        </div>
32
 
33
        <section>
34
                <div class="footer">
35
                        <div class="gradient"></div>
36
 
37
                        <div class="liner">
38
                                <div class="toc">
39
                                        <div class="toc-group">
40
                                                <h3><a href="./index.html">Advanced initialisation</a></h3>
41
                                                <ul class="toc">
42
                                                        <li><a href="./events_live.html">DOM / jQuery events</a></li>
43
                                                        <li><a href="./dt_events.html">DataTables events</a></li>
44
                                                        <li><a href="./column_render.html">Column rendering</a></li>
45
                                                        <li><a href="./length_menu.html">Page length options</a></li>
46
                                                        <li><a href="./dom_multiple_elements.html">Multiple table control elements</a></li>
47
                                                        <li><a href="./complex_header.html">Complex headers (rowspan / colspan)</a></li>
48
                                                        <li><a href="./html5-data-attributes.html">HTML5 data-* attributes</a></li>
49
                                                        <li><a href="./language_file.html">Language file</a></li>
50
                                                        <li><a href="./defaults.html">Setting defaults</a></li>
51
                                                        <li><a href="./row_callback.html">Row created callback</a></li>
52
                                                        <li><a href="./row_grouping.html">Row grouping</a></li>
53
                                                        <li><a href="./footer_callback.html">Footer callback</a></li>
54
                                                        <li><a href="./dom_toolbar.html">Custom toolbar elements</a></li>
55
                                                        <li><a href="./sort_direction_control.html">Order direction sequence control</a></li>
56
                                                </ul>
57
                                        </div>
58
                                </div>
59
 
60
                                <div class="epilogue">
61
                                        <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full
62
                                        information about its API properties and methods.<br>
63
                                        Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
64
                                        <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
65
                                        DataTables.</p>
66
 
67
                                        <p class="copyright">DataTables designed and created by <a href=
68
                                        "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br>
69
                                        DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
70
                                </div>
71
                        </div>
72
                </div>
73
        </section>
74
</body>
75
</html>