Skip to content

Commit 16f53e0

Browse files
committed
DataTables 1.9.2 update
1 parent 5c030ac commit 16f53e0

File tree

123 files changed

+2996
-1815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+2996
-1815
lines changed

js/DataTables/docs/34cdb56b2c.html

+11-11
Large diffs are not rendered by default.

js/DataTables/docs/DataTable.defaults.columns.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: columns</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.defaults.html">.defaults</a>.</span> » columns</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -867,7 +867,7 @@ <h5>Examples</h5>
867867
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
868868

869869
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
870-
15th Apr 2012 - 19:30
870+
22th Jun 2012 - 08:21
871871
with the <a href="http://datatables.net/">DataTables</a> template.
872872
</div>
873873
</body>

js/DataTables/docs/DataTable.defaults.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: defaults</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a>.</span> » defaults</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -1180,8 +1180,8 @@ <h5>Parameters:</h5>
11801180
"bProcessing": true,
11811181
"bServerSide": true,
11821182
"sAjaxSource": "xhr.php",
1183-
"fnServerData": function ( sSource, aoData, fnCallback ) {
1184-
$.ajax( {
1183+
"fnServerData": function ( sSource, aoData, fnCallback, oSettings ) {
1184+
oSettings.jqXHR = $.ajax( {
11851185
"dataType": 'json',
11861186
"type": "POST",
11871187
"url": sSource,
@@ -1263,7 +1263,7 @@ <h5>Parameters:</h5>
12631263
<pre class="brush: js"> $(document).ready(function() {
12641264
$('#example').dataTable( {
12651265
"bStateSave": true,
1266-
"fnStateLoad": function (oSettings, oData) {
1266+
"fnStateLoad": function (oSettings) {
12671267
var o;
12681268

12691269
// Send an Ajax request to the server to get the data. Note that
@@ -1650,7 +1650,7 @@ <h5>Example</h5>
16501650
<div class="example-code">
16511651
<pre class="brush: js"> $(document).ready(function() {
16521652
$('#example').dataTable( {
1653-
"sDom": '&lt;"top"i&gt;rt&lt;"bottom"flp&gt;&lt;"clear"&lgt;'
1653+
"sDom": '&lt;"top"i&gt;rt&lt;"bottom"flp&gt;&lt;"clear"&gt;'
16541654
} );
16551655
} );</pre>
16561656
</div>
@@ -1741,7 +1741,7 @@ <h5>Example</h5>
17411741
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
17421742

17431743
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
1744-
15th Apr 2012 - 19:30
1744+
22th Jun 2012 - 08:21
17451745
with the <a href="http://datatables.net/">DataTables</a> template.
17461746
</div>
17471747
</body>

js/DataTables/docs/DataTable.defaults.oLanguage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oLanguage</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.defaults.html">.defaults</a>.</span> » oLanguage</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -355,7 +355,7 @@ <h5>Example</h5>
355355
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
356356

357357
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
358-
15th Apr 2012 - 19:30
358+
22th Jun 2012 - 08:21
359359
with the <a href="http://datatables.net/">DataTables</a> template.
360360
</div>
361361
</body>

js/DataTables/docs/DataTable.defaults.oLanguage.oAria.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oAria</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.defaults.html">.defaults</a> » <a href="DataTable.defaults.oLanguage.html">.oLanguage</a>.</span> » oAria</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -128,7 +128,7 @@ <h5>Example</h5>
128128
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
129129

130130
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
131-
15th Apr 2012 - 19:30
131+
22th Jun 2012 - 08:21
132132
with the <a href="http://datatables.net/">DataTables</a> template.
133133
</div>
134134
</body>

js/DataTables/docs/DataTable.defaults.oLanguage.oPaginate.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oPaginate</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.defaults.html">.defaults</a> » <a href="DataTable.defaults.oLanguage.html">.oLanguage</a>.</span> » oPaginate</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -157,7 +157,7 @@ <h5>Example</h5>
157157
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
158158

159159
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
160-
15th Apr 2012 - 19:30
160+
22th Jun 2012 - 08:21
161161
with the <a href="http://datatables.net/">DataTables</a> template.
162162
</div>
163163
</body>

js/DataTables/docs/DataTable.defaults.oSearch.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oSearch</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.defaults.html">.defaults</a>.</span> » oSearch</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -122,7 +122,7 @@ <h5>Extended from:</h5><div class="extended"><a href="DataTable.models.oSearch.h
122122
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
123123

124124
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
125-
15th Apr 2012 - 19:30
125+
22th Jun 2012 - 08:21
126126
with the <a href="http://datatables.net/">DataTables</a> template.
127127
</div>
128128
</body>

js/DataTables/docs/DataTable.ext.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: ext</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a>.</span> » ext</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -757,7 +757,7 @@ <h5>Extended from:</h5><div class="extended"><a href="DataTable.models.ext.html"
757757
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
758758

759759
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
760-
15th Apr 2012 - 19:30
760+
22th Jun 2012 - 08:21
761761
with the <a href="http://datatables.net/">DataTables</a> template.
762762
</div>
763763
</body>

js/DataTables/docs/DataTable.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Class: DataTable</h1>
2424

2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -1355,7 +1355,7 @@ <h5>Parameters:</h5>
13551355
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
13561356

13571357
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
1358-
15th Apr 2012 - 19:30
1358+
22th Jun 2012 - 08:21
13591359
with the <a href="http://datatables.net/">DataTables</a> template.
13601360
</div>
13611361
</body>

js/DataTables/docs/DataTable.models.ext.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: ext</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a>.</span> » ext</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -755,7 +755,7 @@ <h5>Examples</h5>
755755
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
756756

757757
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
758-
15th Apr 2012 - 19:30
758+
22th Jun 2012 - 08:21
759759
with the <a href="http://datatables.net/">DataTables</a> template.
760760
</div>
761761
</body>

js/DataTables/docs/DataTable.models.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: models</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a>.</span> » models</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -101,7 +101,7 @@ <h2>Summary</h2>
101101
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
102102

103103
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
104-
15th Apr 2012 - 19:30
104+
22th Jun 2012 - 08:21
105105
with the <a href="http://datatables.net/">DataTables</a> template.
106106
</div>
107107
</body>

js/DataTables/docs/DataTable.models.oColumn.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oColumn</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a>.</span> » oColumn</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -231,7 +231,7 @@ <h5>Parameters:</h5>
231231
</thead>
232232

233233
<tbody>
234-
<tr class="even"><td class="number right_border"><div>1</div></td><td class="name">o</td><td class="type type-param">object</td><td class="attributes"></td><td class="default"></td><td class="description last">Object with the following parameters:</td></tr><tr><td class="number right_border"></td><td class="name">o.iDataRow</td><td class="type type-param">int</td><td class="attributes"></td><td class="default"></td><td class="description last">The row in aoData</td></tr><tr><td class="number right_border"></td><td class="name">o.iDataColumn</td><td class="type type-param">int</td><td class="attributes"></td><td class="default"></td><td class="description last">The column in question</td></tr><tr class="odd"><td class="number right_border"><div>4</div></td><td class="name">{array</td><td class="type type-param"></td><td class="attributes"></td><td class="default"></td><td class="description last">o.aData The data for the row in question</td></tr><tr class="even"><td class="number right_border"><div>5</div></td><td class="name">o.oSettings</td><td class="type type-param">object</td><td class="attributes"></td><td class="default"></td><td class="description last">The settings object for this DataTables instance</td></tr>
234+
<tr class="even"><td class="number right_border"><div>1</div></td><td class="name">o</td><td class="type type-param">object</td><td class="attributes"></td><td class="default"></td><td class="description last">Object with the following parameters:</td></tr><tr><td class="number right_border"></td><td class="name">o.iDataRow</td><td class="type type-param">int</td><td class="attributes"></td><td class="default"></td><td class="description last">The row in aoData</td></tr><tr><td class="number right_border"></td><td class="name">o.iDataColumn</td><td class="type type-param">int</td><td class="attributes"></td><td class="default"></td><td class="description last">The column in question</td></tr><tr><td class="number right_border"></td><td class="name">o.aData</td><td class="type type-param">array</td><td class="attributes"></td><td class="default"></td><td class="description last">The data for the row in question</td></tr><tr><td class="number right_border"></td><td class="name">o.oSettings</td><td class="type type-param">object</td><td class="attributes"></td><td class="default"></td><td class="description last">The settings object for this DataTables instance</td></tr>
235235
</tbody>
236236
</table><h5>Returns:</h5><p class="returns">The string you which to use in the display</p></div>
237237
<dt id="DataTable.models.oColumn.fnSetData" class=" odd"><a name="fnSetData"></a><a name="fnSetData_details"></a><span class="type-attr"><span class="type-signature">&lt;static> </span></span><span class="type-name"><a>fnSetData</a></span><span class="type-sig"><span class="type-signature"> :function</span></span></span></dt><dd class=" odd"><p class="description">Function to set data for a cell in the column. You should <b>never</b>
@@ -328,7 +328,7 @@ <h5>Parameters:</h5>
328328
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
329329

330330
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
331-
15th Apr 2012 - 19:30
331+
22th Jun 2012 - 08:21
332332
with the <a href="http://datatables.net/">DataTables</a> template.
333333
</div>
334334
</body>

js/DataTables/docs/DataTable.models.oRow.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oRow</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a>.</span> » oRow</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -104,7 +104,7 @@ <h2>Details</h2>
104104
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
105105

106106
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
107-
15th Apr 2012 - 19:30
107+
22th Jun 2012 - 08:21
108108
with the <a href="http://datatables.net/">DataTables</a> template.
109109
</div>
110110
</body>

js/DataTables/docs/DataTable.models.oSearch.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oSearch</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a>.</span> » oSearch</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -105,7 +105,7 @@ <h2>Details</h2>
105105
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
106106

107107
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
108-
15th Apr 2012 - 19:30
108+
22th Jun 2012 - 08:21
109109
with the <a href="http://datatables.net/">DataTables</a> template.
110110
</div>
111111
</body>

js/DataTables/docs/DataTable.models.oSettings.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oSettings</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a>.</span> » oSettings</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -510,7 +510,7 @@ <h2>Details</h2>
510510
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
511511

512512
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
513-
15th Apr 2012 - 19:30
513+
22th Jun 2012 - 08:21
514514
with the <a href="http://datatables.net/">DataTables</a> template.
515515
</div>
516516
</body>

js/DataTables/docs/DataTable.models.oSettings.oFeatures.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oFeatures</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a> » <a href="DataTable.models.oSettings.html">.oSettings</a>.</span> » oFeatures</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -193,7 +193,7 @@ <h2>Details</h2>
193193
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
194194

195195
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
196-
15th Apr 2012 - 19:30
196+
22th Jun 2012 - 08:21
197197
with the <a href="http://datatables.net/">DataTables</a> template.
198198
</div>
199199
</body>

js/DataTables/docs/DataTable.models.oSettings.oLanguage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oLanguage</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a> » <a href="DataTable.models.oSettings.html">.oSettings</a>.</span> » oLanguage</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -363,7 +363,7 @@ <h5>Extended from:</h5><div class="extended"><a href="DataTable.defaults.oLangua
363363
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
364364

365365
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
366-
15th Apr 2012 - 19:30
366+
22th Jun 2012 - 08:21
367367
with the <a href="http://datatables.net/">DataTables</a> template.
368368
</div>
369369
</body>

js/DataTables/docs/DataTable.models.oSettings.oPreviousSearch.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oPreviousSearch</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a> » <a href="DataTable.models.oSettings.html">.oSettings</a>.</span> » oPreviousSearch</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -111,7 +111,7 @@ <h5>Extended from:</h5><div class="extended"><a href="DataTable.models.oSearch.h
111111
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
112112

113113
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
114-
15th Apr 2012 - 19:30
114+
22th Jun 2012 - 08:21
115115
with the <a href="http://datatables.net/">DataTables</a> template.
116116
</div>
117117
</body>

js/DataTables/docs/DataTable.models.oSettings.oScroll.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1 class="page-title">Namespace: oScroll</h1>
2424
<h2 class="ancestors">Ancestry: <span class="ancestors"><a href="DataTable.html">DataTable</a> » <a href="DataTable.models.html">.models</a> » <a href="DataTable.models.oSettings.html">.oSettings</a>.</span> » oScroll</h2>
2525
<div class="page-info">
26-
DataTables v1.9.1 documentation
26+
DataTables v1.9.2 documentation
2727
</div>
2828
</div>
2929

@@ -160,7 +160,7 @@ <h2>Details</h2>
160160
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
161161

162162
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
163-
15th Apr 2012 - 19:30
163+
22th Jun 2012 - 08:21
164164
with the <a href="http://datatables.net/">DataTables</a> template.
165165
</div>
166166
</body>

js/DataTables/docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3 class="subsection-title">Table of Contents</h3>
3939
DataTables: Copyright 2008-2012 Allan Jardine, all rights reserved<br>
4040

4141
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
42-
15th Apr 2012 - 19:30
42+
22th Jun 2012 - 08:21
4343
with the <a href="http://datatables.net/">DataTables</a> template.
4444
</div>
4545
</body>

0 commit comments

Comments
 (0)