diff --git a/.datatables-commit-sync b/.datatables-commit-sync
index 5224233f..6a3dd1da 100644
--- a/.datatables-commit-sync
+++ b/.datatables-commit-sync
@@ -1 +1 @@
-95c7b80317feb7a0b45393a87178f8c16fbbc3ea
+d6aad5f99d5ff197e189beb6d108df027e47f21e
diff --git a/bower.json b/bower.json
index d958442d..e22cfab4 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "datatables",
- "version": "1.10.10",
+ "version": "1.10.11-dev",
"main": [
"media/js/jquery.dataTables.js",
"media/css/jquery.dataTables.css",
diff --git a/composer.json b/composer.json
index a4602ef9..294f9e59 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "datatables/datatables",
- "version": "1.10.10",
+ "version": "1.10.11-dev",
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
"homepage": "http://www.datatables.net/",
"author": "SpryMedia",
diff --git a/dataTables.jquery.json b/dataTables.jquery.json
index 51f31545..293abfad 100644
--- a/dataTables.jquery.json
+++ b/dataTables.jquery.json
@@ -1,6 +1,6 @@
{
"name": "DataTables",
- "version": "1.10.10",
+ "version": "1.10.11-dev",
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
"homepage": "http://datatables.net/",
"docs": "http://datatables.net/",
diff --git a/examples/advanced_init/column_render.html b/examples/advanced_init/column_render.html
index f5bdc3e8..fb8bbc22 100644
--- a/examples/advanced_init/column_render.html
+++ b/examples/advanced_init/column_render.html
@@ -903,7 +903,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/complex_header.html b/examples/advanced_init/complex_header.html
index 7d10d1dd..1bcc7d6a 100644
--- a/examples/advanced_init/complex_header.html
+++ b/examples/advanced_init/complex_header.html
@@ -894,7 +894,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/defaults.html b/examples/advanced_init/defaults.html
index 477d38e3..f852b816 100644
--- a/examples/advanced_init/defaults.html
+++ b/examples/advanced_init/defaults.html
@@ -887,7 +887,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/dom_multiple_elements.html b/examples/advanced_init/dom_multiple_elements.html
index 1a6df4c4..3545df53 100644
--- a/examples/advanced_init/dom_multiple_elements.html
+++ b/examples/advanced_init/dom_multiple_elements.html
@@ -895,7 +895,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/dom_toolbar.html b/examples/advanced_init/dom_toolbar.html
index 8c45e5b1..54d706b1 100644
--- a/examples/advanced_init/dom_toolbar.html
+++ b/examples/advanced_init/dom_toolbar.html
@@ -896,7 +896,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/dt_events.html b/examples/advanced_init/dt_events.html
index 470910f9..2cc66e01 100644
--- a/examples/advanced_init/dt_events.html
+++ b/examples/advanced_init/dt_events.html
@@ -900,7 +900,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/events_live.html b/examples/advanced_init/events_live.html
index bcecf3d9..de5abfdd 100644
--- a/examples/advanced_init/events_live.html
+++ b/examples/advanced_init/events_live.html
@@ -886,7 +886,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/footer_callback.html b/examples/advanced_init/footer_callback.html
index 553d7d14..2a20df89 100644
--- a/examples/advanced_init/footer_callback.html
+++ b/examples/advanced_init/footer_callback.html
@@ -884,7 +884,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/html5-data-attributes.html b/examples/advanced_init/html5-data-attributes.html
index d850b94c..77c13a31 100644
--- a/examples/advanced_init/html5-data-attributes.html
+++ b/examples/advanced_init/html5-data-attributes.html
@@ -884,7 +884,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/html5-data-options.html b/examples/advanced_init/html5-data-options.html
index bcd63206..a72d0685 100644
--- a/examples/advanced_init/html5-data-options.html
+++ b/examples/advanced_init/html5-data-options.html
@@ -883,7 +883,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/index.html b/examples/advanced_init/index.html
index 223bcd49..403001a9 100644
--- a/examples/advanced_init/index.html
+++ b/examples/advanced_init/index.html
@@ -90,7 +90,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/language_file.html b/examples/advanced_init/language_file.html
index 8dbe5560..a35305ba 100644
--- a/examples/advanced_init/language_file.html
+++ b/examples/advanced_init/language_file.html
@@ -883,7 +883,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/length_menu.html b/examples/advanced_init/length_menu.html
index 61bc3651..b29e3674 100644
--- a/examples/advanced_init/length_menu.html
+++ b/examples/advanced_init/length_menu.html
@@ -883,7 +883,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/object_dom_read.html b/examples/advanced_init/object_dom_read.html
index 3558d276..0b35c3de 100644
--- a/examples/advanced_init/object_dom_read.html
+++ b/examples/advanced_init/object_dom_read.html
@@ -909,7 +909,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/row_callback.html b/examples/advanced_init/row_callback.html
index 7cb8f068..3a4f957d 100644
--- a/examples/advanced_init/row_callback.html
+++ b/examples/advanced_init/row_callback.html
@@ -896,7 +896,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/row_grouping.html b/examples/advanced_init/row_grouping.html
index f8616644..6de1acce 100644
--- a/examples/advanced_init/row_grouping.html
+++ b/examples/advanced_init/row_grouping.html
@@ -948,7 +948,7 @@ tr.group:hover {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/advanced_init/sort_direction_control.html b/examples/advanced_init/sort_direction_control.html
index 236571b5..2f61af46 100644
--- a/examples/advanced_init/sort_direction_control.html
+++ b/examples/advanced_init/sort_direction_control.html
@@ -903,7 +903,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/custom_data_flat.html b/examples/ajax/custom_data_flat.html
index 3af9d31b..f0fd85a8 100644
--- a/examples/ajax/custom_data_flat.html
+++ b/examples/ajax/custom_data_flat.html
@@ -450,7 +450,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/custom_data_property.html b/examples/ajax/custom_data_property.html
index 343613e7..703fcc0e 100644
--- a/examples/ajax/custom_data_property.html
+++ b/examples/ajax/custom_data_property.html
@@ -435,7 +435,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/deep.html b/examples/ajax/deep.html
index 64c5eaee..eb98fcd9 100644
--- a/examples/ajax/deep.html
+++ b/examples/ajax/deep.html
@@ -456,7 +456,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/defer_render.html b/examples/ajax/defer_render.html
index e1d634ff..4524906b 100644
--- a/examples/ajax/defer_render.html
+++ b/examples/ajax/defer_render.html
@@ -425,7 +425,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/index.html b/examples/ajax/index.html
index 0cdf1225..2a7c9fa7 100644
--- a/examples/ajax/index.html
+++ b/examples/ajax/index.html
@@ -68,7 +68,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/null_data_source.html b/examples/ajax/null_data_source.html
index 3614fffd..18408222 100644
--- a/examples/ajax/null_data_source.html
+++ b/examples/ajax/null_data_source.html
@@ -453,7 +453,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/objects.html b/examples/ajax/objects.html
index a5f97dbf..42076e95 100644
--- a/examples/ajax/objects.html
+++ b/examples/ajax/objects.html
@@ -450,7 +450,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/objects_subarrays.html b/examples/ajax/objects_subarrays.html
index ee9072bd..6c55523a 100644
--- a/examples/ajax/objects_subarrays.html
+++ b/examples/ajax/objects_subarrays.html
@@ -464,7 +464,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/orthogonal-data.html b/examples/ajax/orthogonal-data.html
index 3da73d59..80100d40 100644
--- a/examples/ajax/orthogonal-data.html
+++ b/examples/ajax/orthogonal-data.html
@@ -458,7 +458,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/ajax/simple.html b/examples/ajax/simple.html
index c678e126..2b2bd2ba 100644
--- a/examples/ajax/simple.html
+++ b/examples/ajax/simple.html
@@ -437,7 +437,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/add_row.html b/examples/api/add_row.html
index f4388d72..2b051e7d 100644
--- a/examples/api/add_row.html
+++ b/examples/api/add_row.html
@@ -453,7 +453,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/api_in_init.html b/examples/api/api_in_init.html
index 653144c1..4bf34f9d 100644
--- a/examples/api/api_in_init.html
+++ b/examples/api/api_in_init.html
@@ -895,7 +895,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/counter_columns.html b/examples/api/counter_columns.html
index 35f931c6..ff63f4f8 100644
--- a/examples/api/counter_columns.html
+++ b/examples/api/counter_columns.html
@@ -905,7 +905,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/form.html b/examples/api/form.html
index cc34cbf0..8d97438e 100644
--- a/examples/api/form.html
+++ b/examples/api/form.html
@@ -1690,7 +1690,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/highlight.html b/examples/api/highlight.html
index aa1eb977..983d0fbc 100644
--- a/examples/api/highlight.html
+++ b/examples/api/highlight.html
@@ -901,7 +901,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/index.html b/examples/api/index.html
index 257cd44e..ff7f7497 100644
--- a/examples/api/index.html
+++ b/examples/api/index.html
@@ -78,7 +78,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/multi_filter.html b/examples/api/multi_filter.html
index 9e56ab2b..807d359a 100644
--- a/examples/api/multi_filter.html
+++ b/examples/api/multi_filter.html
@@ -931,7 +931,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/multi_filter_select.html b/examples/api/multi_filter_select.html
index 9cdda3c7..c47157ea 100644
--- a/examples/api/multi_filter_select.html
+++ b/examples/api/multi_filter_select.html
@@ -932,7 +932,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/regex.html b/examples/api/regex.html
index 588a4266..32e98afe 100644
--- a/examples/api/regex.html
+++ b/examples/api/regex.html
@@ -982,7 +982,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/row_details.html b/examples/api/row_details.html
index 88b01c79..9e01bd81 100644
--- a/examples/api/row_details.html
+++ b/examples/api/row_details.html
@@ -534,7 +534,7 @@ tr.shown td.details-control {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/select_row.html b/examples/api/select_row.html
index 9850da2a..e4003533 100644
--- a/examples/api/select_row.html
+++ b/examples/api/select_row.html
@@ -892,7 +892,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/select_single_row.html b/examples/api/select_single_row.html
index b2858f67..50908d57 100644
--- a/examples/api/select_single_row.html
+++ b/examples/api/select_single_row.html
@@ -907,7 +907,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/show_hide.html b/examples/api/show_hide.html
index bbd3622d..5a36877e 100644
--- a/examples/api/show_hide.html
+++ b/examples/api/show_hide.html
@@ -909,7 +909,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/api/tabs_and_scrolling.html b/examples/api/tabs_and_scrolling.html
index 6a81b076..797f3a01 100644
--- a/examples/api/tabs_and_scrolling.html
+++ b/examples/api/tabs_and_scrolling.html
@@ -478,7 +478,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/alt_pagination.html b/examples/basic_init/alt_pagination.html
index 37bf5fc4..a03ce30b 100644
--- a/examples/basic_init/alt_pagination.html
+++ b/examples/basic_init/alt_pagination.html
@@ -890,7 +890,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/comma-decimal.html b/examples/basic_init/comma-decimal.html
index 0757f007..e261d7da 100644
--- a/examples/basic_init/comma-decimal.html
+++ b/examples/basic_init/comma-decimal.html
@@ -890,7 +890,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/complex_header.html b/examples/basic_init/complex_header.html
index c9531b6d..80e6b5ae 100644
--- a/examples/basic_init/complex_header.html
+++ b/examples/basic_init/complex_header.html
@@ -878,7 +878,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/dom.html b/examples/basic_init/dom.html
index d5b6ea1e..c3ad6d02 100644
--- a/examples/basic_init/dom.html
+++ b/examples/basic_init/dom.html
@@ -933,7 +933,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/filter_only.html b/examples/basic_init/filter_only.html
index 188e28cb..5058b662 100644
--- a/examples/basic_init/filter_only.html
+++ b/examples/basic_init/filter_only.html
@@ -879,7 +879,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/flexible_width.html b/examples/basic_init/flexible_width.html
index 6a6792a4..03b23ffb 100644
--- a/examples/basic_init/flexible_width.html
+++ b/examples/basic_init/flexible_width.html
@@ -880,7 +880,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/hidden_columns.html b/examples/basic_init/hidden_columns.html
index 33ec1404..78eeeceb 100644
--- a/examples/basic_init/hidden_columns.html
+++ b/examples/basic_init/hidden_columns.html
@@ -901,7 +901,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/index.html b/examples/basic_init/index.html
index aa168c9a..e9df084d 100644
--- a/examples/basic_init/index.html
+++ b/examples/basic_init/index.html
@@ -90,7 +90,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/language.html b/examples/basic_init/language.html
index 8a79e4d4..581bdca5 100644
--- a/examples/basic_init/language.html
+++ b/examples/basic_init/language.html
@@ -887,7 +887,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/multi_col_sort.html b/examples/basic_init/multi_col_sort.html
index da4fe103..cf723f03 100644
--- a/examples/basic_init/multi_col_sort.html
+++ b/examples/basic_init/multi_col_sort.html
@@ -839,7 +839,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/multiple_tables.html b/examples/basic_init/multiple_tables.html
index b9786586..4aad5b5b 100644
--- a/examples/basic_init/multiple_tables.html
+++ b/examples/basic_init/multiple_tables.html
@@ -592,7 +592,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/scroll_x.html b/examples/basic_init/scroll_x.html
index 635b5451..85edc376 100644
--- a/examples/basic_init/scroll_x.html
+++ b/examples/basic_init/scroll_x.html
@@ -1050,7 +1050,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/scroll_xy.html b/examples/basic_init/scroll_xy.html
index aa0b1506..1a918950 100644
--- a/examples/basic_init/scroll_xy.html
+++ b/examples/basic_init/scroll_xy.html
@@ -1048,7 +1048,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/scroll_y.html b/examples/basic_init/scroll_y.html
index e7a27a3f..b7e4b11b 100644
--- a/examples/basic_init/scroll_y.html
+++ b/examples/basic_init/scroll_y.html
@@ -886,7 +886,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/scroll_y_dynamic.html b/examples/basic_init/scroll_y_dynamic.html
index a87666fc..a1cdcf67 100644
--- a/examples/basic_init/scroll_y_dynamic.html
+++ b/examples/basic_init/scroll_y_dynamic.html
@@ -882,7 +882,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/state_save.html b/examples/basic_init/state_save.html
index acaf8132..ea62b8e0 100644
--- a/examples/basic_init/state_save.html
+++ b/examples/basic_init/state_save.html
@@ -885,7 +885,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/table_sorting.html b/examples/basic_init/table_sorting.html
index ef05e681..26cc7121 100644
--- a/examples/basic_init/table_sorting.html
+++ b/examples/basic_init/table_sorting.html
@@ -880,7 +880,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/basic_init/zero_configuration.html b/examples/basic_init/zero_configuration.html
index 41d07b0a..a05b2420 100644
--- a/examples/basic_init/zero_configuration.html
+++ b/examples/basic_init/zero_configuration.html
@@ -873,7 +873,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/data_sources/ajax.html b/examples/data_sources/ajax.html
index 79b5e4eb..a6aadfcd 100644
--- a/examples/data_sources/ajax.html
+++ b/examples/data_sources/ajax.html
@@ -424,7 +424,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/data_sources/dom.html b/examples/data_sources/dom.html
index 1630609c..c70f9497 100644
--- a/examples/data_sources/dom.html
+++ b/examples/data_sources/dom.html
@@ -874,7 +874,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/data_sources/index.html b/examples/data_sources/index.html
index 895f811f..f8696f7e 100644
--- a/examples/data_sources/index.html
+++ b/examples/data_sources/index.html
@@ -58,7 +58,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/data_sources/js_array.html b/examples/data_sources/js_array.html
index 7818f34b..248201c9 100644
--- a/examples/data_sources/js_array.html
+++ b/examples/data_sources/js_array.html
@@ -497,7 +497,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/data_sources/server_side.html b/examples/data_sources/server_side.html
index 17813100..66ecac7a 100644
--- a/examples/data_sources/server_side.html
+++ b/examples/data_sources/server_side.html
@@ -427,7 +427,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/index.html b/examples/index.html
index 5e837721..56f781df 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -330,7 +330,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/plug-ins/api.html b/examples/plug-ins/api.html
index 319b2ba1..8541a086 100644
--- a/examples/plug-ins/api.html
+++ b/examples/plug-ins/api.html
@@ -920,7 +920,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/plug-ins/dom_sort.html b/examples/plug-ins/dom_sort.html
index 28d70a3c..c2b3eaff 100644
--- a/examples/plug-ins/dom_sort.html
+++ b/examples/plug-ins/dom_sort.html
@@ -1754,7 +1754,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/plug-ins/index.html b/examples/plug-ins/index.html
index 2e8e1c42..5263c982 100644
--- a/examples/plug-ins/index.html
+++ b/examples/plug-ins/index.html
@@ -56,7 +56,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/plug-ins/range_filtering.html b/examples/plug-ins/range_filtering.html
index d6029e8c..cb1d755a 100644
--- a/examples/plug-ins/range_filtering.html
+++ b/examples/plug-ins/range_filtering.html
@@ -930,7 +930,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/plug-ins/sorting_auto.html b/examples/plug-ins/sorting_auto.html
index fbfbf9c3..944f7a38 100644
--- a/examples/plug-ins/sorting_auto.html
+++ b/examples/plug-ins/sorting_auto.html
@@ -913,7 +913,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/plug-ins/sorting_manual.html b/examples/plug-ins/sorting_manual.html
index 7a540590..2a99ac5c 100644
--- a/examples/plug-ins/sorting_manual.html
+++ b/examples/plug-ins/sorting_manual.html
@@ -907,7 +907,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/custom_vars.html b/examples/server_side/custom_vars.html
index 029f4e13..1f66b3ca 100644
--- a/examples/server_side/custom_vars.html
+++ b/examples/server_side/custom_vars.html
@@ -442,7 +442,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/defer_loading.html b/examples/server_side/defer_loading.html
index fd963769..cb37ec1b 100644
--- a/examples/server_side/defer_loading.html
+++ b/examples/server_side/defer_loading.html
@@ -510,7 +510,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/ids.html b/examples/server_side/ids.html
index 5fccf2ef..2f5b99bf 100644
--- a/examples/server_side/ids.html
+++ b/examples/server_side/ids.html
@@ -441,7 +441,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/index.html b/examples/server_side/index.html
index e646f54a..425b0c3d 100644
--- a/examples/server_side/index.html
+++ b/examples/server_side/index.html
@@ -75,7 +75,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/jsonp.html b/examples/server_side/jsonp.html
index 60c7c58e..430ebe29 100644
--- a/examples/server_side/jsonp.html
+++ b/examples/server_side/jsonp.html
@@ -434,7 +434,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/object_data.html b/examples/server_side/object_data.html
index e1eb9ebd..b02008fa 100644
--- a/examples/server_side/object_data.html
+++ b/examples/server_side/object_data.html
@@ -440,7 +440,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/pipeline.html b/examples/server_side/pipeline.html
index fa535361..504e8fed 100644
--- a/examples/server_side/pipeline.html
+++ b/examples/server_side/pipeline.html
@@ -671,7 +671,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/post.html b/examples/server_side/post.html
index 3fea0332..928b6d96 100644
--- a/examples/server_side/post.html
+++ b/examples/server_side/post.html
@@ -450,7 +450,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/row_details.html b/examples/server_side/row_details.html
index a6b5347c..2123beba 100644
--- a/examples/server_side/row_details.html
+++ b/examples/server_side/row_details.html
@@ -550,7 +550,7 @@ tr.details td.details-control {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/select_rows.html b/examples/server_side/select_rows.html
index a729a448..ef0fea7e 100644
--- a/examples/server_side/select_rows.html
+++ b/examples/server_side/select_rows.html
@@ -467,7 +467,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/server_side/simple.html b/examples/server_side/simple.html
index da76b3fc..1bae02b8 100644
--- a/examples/server_side/simple.html
+++ b/examples/server_side/simple.html
@@ -426,7 +426,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/bootstrap.html b/examples/styling/bootstrap.html
index 08be74ae..a67448d0 100644
--- a/examples/styling/bootstrap.html
+++ b/examples/styling/bootstrap.html
@@ -883,7 +883,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/cell-border.html b/examples/styling/cell-border.html
index 2dae0983..79a40d0b 100644
--- a/examples/styling/cell-border.html
+++ b/examples/styling/cell-border.html
@@ -869,7 +869,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/compact.html b/examples/styling/compact.html
index 40cfd0ef..0f7940cc 100644
--- a/examples/styling/compact.html
+++ b/examples/styling/compact.html
@@ -870,7 +870,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/display.html b/examples/styling/display.html
index 62564b07..963dd35d 100644
--- a/examples/styling/display.html
+++ b/examples/styling/display.html
@@ -881,7 +881,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/foundation.html b/examples/styling/foundation.html
index fdde029c..18bd8555 100644
--- a/examples/styling/foundation.html
+++ b/examples/styling/foundation.html
@@ -884,7 +884,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/hover.html b/examples/styling/hover.html
index b12e55c9..836c4f35 100644
--- a/examples/styling/hover.html
+++ b/examples/styling/hover.html
@@ -870,7 +870,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/index.html b/examples/styling/index.html
index d3042d79..36c16024 100644
--- a/examples/styling/index.html
+++ b/examples/styling/index.html
@@ -75,7 +75,7 @@
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/jqueryUI.html b/examples/styling/jqueryUI.html
index b22c0cc5..9d0a45ee 100644
--- a/examples/styling/jqueryUI.html
+++ b/examples/styling/jqueryUI.html
@@ -886,7 +886,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/no-classes.html b/examples/styling/no-classes.html
index 75638f1d..a0dc9e5f 100644
--- a/examples/styling/no-classes.html
+++ b/examples/styling/no-classes.html
@@ -869,7 +869,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/order-column.html b/examples/styling/order-column.html
index 4917041b..1cc32fd6 100644
--- a/examples/styling/order-column.html
+++ b/examples/styling/order-column.html
@@ -870,7 +870,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/row-border.html b/examples/styling/row-border.html
index 68a47dae..85d48d48 100644
--- a/examples/styling/row-border.html
+++ b/examples/styling/row-border.html
@@ -869,7 +869,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/examples/styling/stripe.html b/examples/styling/stripe.html
index 8c401216..2168fbe9 100644
--- a/examples/styling/stripe.html
+++ b/examples/styling/stripe.html
@@ -869,7 +869,7 @@ $(document).ready(function() {
Please refer to the DataTables documentation for full information about its API properties and methods.
Additionally, there are a wide range of extensions and plug-ins which extend the capabilities of DataTables.
- DataTables designed and created by SpryMedia Ltd © 2007-2015
+
DataTables designed and created by SpryMedia Ltd © 2007-2016
DataTables is licensed under the MIT license.
diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js
index f0aece92..98a5c325 100644
--- a/media/js/jquery.dataTables.js
+++ b/media/js/jquery.dataTables.js
@@ -14826,6 +14826,12 @@
* to make working with DataTables a little bit easier.
*/
+ var __htmlEscapeEntities = function ( d ) {
+ return typeof d === 'string' ?
+ d.replace(//g, '>').replace(/"/g, '"') :
+ d;
+ };
+
/**
* Helpers for `columns.render`.
*
@@ -14864,9 +14870,10 @@
var flo = parseFloat( d );
// If NaN then there isn't much formatting that we can do - just
- // return immediately
+ // return immediately, escaping any HTML (this was supposed to
+ // be a number after all)
if ( isNaN( flo ) ) {
- return d;
+ return __htmlEscapeEntities( d );
}
d = Math.abs( flo );
@@ -14888,11 +14895,7 @@
text: function () {
return {
- display: function ( d ) {
- return typeof d === 'string' ?
- d.replace(//g, '>').replace(/"/g, '"') :
- d;
- }
+ display: __htmlEscapeEntities
};
}
};
diff --git a/media/js/jquery.dataTables.min.js b/media/js/jquery.dataTables.min.js
index d8778045..6281795e 100644
--- a/media/js/jquery.dataTables.min.js
+++ b/media/js/jquery.dataTables.min.js
@@ -41,8 +41,8 @@ b[c]:""!==c?Q(c)(b):b}function pb(a){var b=a.oClasses,c=a.sTableId,d=a.oLanguage
a.searchDelay?a.searchDelay:"ssp"===y(a)?400:0,i=h("input",b).val(e.sSearch).attr("placeholder",d.sSearchPlaceholder).bind("keyup.DT search.DT input.DT paste.DT cut.DT",g?ua(f,g):f).bind("keypress.DT",function(a){if(13==a.keyCode)return!1}).attr("aria-controls",c);h(a.nTable).on("search.dt.DT",function(b,c){if(a===c)try{i[0]!==H.activeElement&&i.val(e.sSearch)}catch(d){}});return b[0]}function ha(a,b,c){var d=a.oPreviousSearch,e=a.aoPreSearchCols,f=function(a){d.sSearch=a.sSearch;d.bRegex=a.bRegex;
d.bSmart=a.bSmart;d.bCaseInsensitive=a.bCaseInsensitive};Ia(a);if("ssp"!=y(a)){wb(a,b.sSearch,c,b.bEscapeRegex!==k?!b.bEscapeRegex:b.bRegex,b.bSmart,b.bCaseInsensitive);f(b);for(b=0;b=b.length)a.aiDisplay=f.slice();else{if(g||c||e.length>b.length||0!==b.indexOf(e)||a.bSorted)a.aiDisplay=f.slice();b=a.aiDisplay;for(c=b.length-1;0<=
-c;c--)d.test(a.aoData[b[c]]._sFilterRow)||b.splice(c,1)}}function Qa(a,b,c,d){a=b?a:va(a);c&&(a="^(?=.*?"+h.map(a.match(/"[^"]+"|[^ ]+/g)||[""],function(a){if('"'===a.charAt(0))var b=a.match(/^"(.*)"$/),a=b?b[1]:a;return a.replace('"',"")}).join(")(?=.*?")+").*$");return RegExp(a,d?"i":"")}function va(a){return a.replace(Yb,"\\$1")}function zb(a){var b=a.aoColumns,c,d,e,f,g,j,i,h,l=m.ext.type.search;c=!1;d=0;for(f=a.aoData.length;d",{"class":a.oClasses.sInfo,id:!c?b+"_info":null});c||(a.aoDrawCallback.push({fn:Cb,sName:"information"}),d.attr("role","status").attr("aria-live","polite"),h(a.nTable).attr("aria-describedby",b+"_info"));return d[0]}function Cb(a){var b=a.aanFeatures.i;if(0!==b.length){var c=a.oLanguage,d=a._iDisplayStart+1,e=a.fnDisplayEnd(),f=a.fnRecordsTotal(),g=a.fnRecordsDisplay(),j=g?c.sInfo:c.sInfoEmpty;g!==f&&
(j+=" "+c.sInfoFiltered);j+=c.sInfoPostFix;j=Db(a,j);c=c.fnInfoCallback;null!==c&&(j=c.call(a.oInstance,a,d,e,f,g,j));h(b).html(j)}}function Db(a,b){var c=a.fnFormatNumber,d=a._iDisplayStart+1,e=a._iDisplayLength,f=a.fnRecordsDisplay(),g=-1===e;return b.replace(/_START_/g,c.call(a,d)).replace(/_END_/g,c.call(a,a.fnDisplayEnd())).replace(/_MAX_/g,c.call(a,a.fnRecordsTotal())).replace(/_TOTAL_/g,c.call(a,f)).replace(/_PAGE_/g,c.call(a,g?1:Math.ceil(d/e))).replace(/_PAGES_/g,c.call(a,g?1:Math.ceil(f/
e)))}function ia(a){var b,c,d=a.iInitDisplayStart,e=a.aoColumns,f;c=a.oFeatures;var g=a.bDeferLoading;if(a.bInitialised){nb(a);kb(a);ga(a,a.aoHeader);ga(a,a.aoFooter);C(a,!0);c.bAutoWidth&&Ha(a);b=0;for(c=e.length;b").appendTo(j.find("tbody"));j.find("thead, tfoot").remove();j.append(h(a.nTHead).clone()).append(h(a.nTFoot).clone());j.find("tfoot th, tfoot td").css("width","");o=qa(a,j.find("thead")[0]);for(m=0;m").css({width:n.sWidthOrig,margin:0,padding:0,border:0,height:1}));if(a.aoData.length)for(m=0;m").css(f||e?{position:"absolute",top:0,left:0,height:1,right:0,overflow:"hidden"}:{}).append(j).appendTo(k);f&&g?j.width(g):f?(j.css("width","auto"),j.removeAttr("width"),j.width()").css("width",w(a)).appendTo(b||H.body),d=c[0].offsetWidth;c.remove();return d}function Gb(a,b){var c=Hb(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h(" | ").html(B(a,c,b,"display"))[0]:d.anCells[b]}function Hb(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;fd&&(d=c.length,e=f);return e}function w(a){return null===
+k;a.apply(b,j)},c)):(d=g,a.apply(b,j))}}function Fb(a,b){if(!a)return 0;var c=h("").css("width",w(a)).appendTo(b||H.body),d=c[0].offsetWidth;c.remove();return d}function Gb(a,b){var c=Hb(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h(" | ").html(B(a,c,b,"display"))[0]:d.anCells[b]}function Hb(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;fd&&(d=c.length,e=f);return e}function w(a){return null===
a?"0px":"number"==typeof a?0>a?"0px":a+"px":a.match(/\d$/)?a+"px":a}function W(a){var b,c,d=[],e=a.aoColumns,f,g,j,i;b=a.aaSortingFixed;c=h.isPlainObject(b);var o=[];f=function(a){a.length&&!h.isArray(a[0])?o.push(a):h.merge(o,a)};h.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;ae?1:0,0!==c)return"asc"===j.dir?c:-c;c=d[a];e=d[b];
return ce?1:0}):i.sort(function(a,b){var c,g,j,i,k=h.length,m=f[a]._aSortData,p=f[b]._aSortData;for(j=0;jg?1:0})}a.bSorted=!0}function Jb(a){for(var b,c,d=a.aoColumns,e=W(a),a=a.oLanguage.oAria,f=0,g=d.length;f/g,"");var i=c.nTh;i.removeAttribute("aria-sort");c.bSortable&&(0=c&&(b=c-d);b-=b%d;if(-1===d||0>b)b=0;a._iDisplayStart=b}function Pa(a,b){var c=
a.renderer,d=m.ext.renderer[b];return h.isPlainObject(c)&&c[b]?d[c[b]]||d._:"string"===typeof c?d[c]||d._:d._}function y(a){return a.oFeatures.bServerSide?"ssp":a.ajax||a.sAjaxSource?"ajax":"dom"}function Aa(a,b){var c=[],c=Mb.numbers_length,d=Math.floor(c/2);b<=c?c=X(0,b):a<=d?(c=X(0,c-2),c.push("ellipsis"),c.push(b-1)):(a>=b-1-d?c=X(b-(c-2),b):(c=X(a-d+2,a+d-1),c.push("ellipsis"),c.push(b-1)),c.splice(0,0,"ellipsis"),c.splice(0,0,0));c.DT_el="span";return c}function db(a){h.each({num:function(b){return Ba(b,
-a)},"num-fmt":function(b){return Ba(b,a,Xa)},"html-num":function(b){return Ba(b,a,Ca)},"html-num-fmt":function(b){return Ba(b,a,Ca,Xa)}},function(b,c){s.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(s.type.search[b+a]=s.type.search.html)})}function Nb(a){return function(){var b=[za(this[m.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return m.ext.internal[a].apply(this,b)}}var m,s,t,p,r,Ya={},Ob=/[\r\n]/g,Ca=/<.*?>/g,ac=/^[\w\+\-]/,bc=/[\w\+\-]$/,Yb=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)",
+a)},"num-fmt":function(b){return Ba(b,a,Xa)},"html-num":function(b){return Ba(b,a,Ca)},"html-num-fmt":function(b){return Ba(b,a,Ca,Xa)}},function(b,c){s.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(s.type.search[b+a]=s.type.search.html)})}function Nb(a){return function(){var b=[za(this[m.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return m.ext.internal[a].apply(this,b)}}var m,s,t,p,r,Ya={},Ob=/[\r\n]/g,Ca=/<.*?>/g,bc=/^[\w\+\-]/,cc=/[\w\+\-]$/,Zb=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)",
"g"),Xa=/[',$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfk]/gi,M=function(a){return!a||!0===a||"-"===a?!0:!1},Pb=function(a){var b=parseInt(a,10);return!isNaN(b)&&isFinite(a)?b:null},Qb=function(a,b){Ya[b]||(Ya[b]=RegExp(va(b),"g"));return"string"===typeof a&&"."!==b?a.replace(/\./g,"").replace(Ya[b],"."):a},Za=function(a,b,c){var d="string"===typeof a;if(M(a))return!0;b&&d&&(a=Qb(a,b));c&&d&&(a=a.replace(Xa,""));return!isNaN(parseFloat(a))&&isFinite(a)},Rb=function(a,b,c){return M(a)?!0:!(M(a)||"string"===
typeof a)?null:Za(a.replace(Ca,""),b,c)?!0:null},D=function(a,b,c){var d=[],e=0,f=a.length;if(c!==k)for(;e")[0],Zb=wa.textContent!==k,$b=/<.*?>/g;m=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new t(za(this[s.iApiIndex])):new t(this)};this.fnAddData=function(a,b){var c=this.api(!0),
+return b},pa=function(a){var b=[],c,d,e=a.length,f,g=0;d=0;a:for(;d")[0],$b=wa.textContent!==k,ac=/<.*?>/g;m=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new t(za(this[s.iApiIndex])):new t(this)};this.fnAddData=function(a,b){var c=this.api(!0),
d=h.isArray(a)&&(h.isArray(a[0])||h.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===k||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=function(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===k||a?b.draw(!1):(""!==d.sX||""!==d.sY)&&Z(c)};this.fnClearTable=function(a){var b=this.api(!0).clear();(a===k||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],
h=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,h);(c===k||c)&&d.draw();return h};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(a)};this.fnFilter=function(a,b,c,d,e,h){e=this.api(!0);null===b||b===k?e.search(a,c,d,h):e.column(b).search(a,c,d,h);e.draw()};this.fnGetData=function(a,b){var c=this.api(!0);if(a!==k){var d=a.nodeName?a.nodeName.toLowerCase():"";return b!==k||"td"==d||"th"==d?c.cell(a,b).data():c.row(a).data()||null}return c.data().toArray()};
this.fnGetNodes=function(a){var b=this.api(!0);return a!==k?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();return"TR"==c?b.row(a).index():"TD"==c||"TH"==c?(a=b.cell(a).index(),[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()};this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};this.fnPageChange=function(a,b){var c=this.api(!0).page(a);
@@ -92,8 +92,8 @@ n._iRecordsDisplay=g?e.iDeferLoading[0]:e.iDeferLoading,n._iRecordsTotal=g?e.iDe
(h("tbody tr",this).removeClass(g.join(" ")),n.asDestroyStripes=g.slice());u=[];g=this.getElementsByTagName("thead");0!==g.length&&(fa(n.aoHeader,g[0]),u=qa(n));if(null===e.aoColumns){p=[];g=0;for(j=u.length;g").appendTo(this));n.nTHead=j[0];j=q.children("tbody");0===j.length&&(j=h("").appendTo(this));n.nTBody=j[0];j=q.children("tfoot");if(0===j.length&&0").appendTo(this);
-0===j.length||0===j.children().length?q.addClass(i.sNoFooter):0a?new t(b[a],this[a]):null},filter:function(a){var b=[];if(x.filter)b=x.filter.call(this,a,this);else for(var c=0,d=this.length;c | ").addClass(b),h("td",c).addClass(b).html(a)[0].colSpan=ca(d),e.push(c[0]))};f(a,b);c._details&&c._details.remove();c._details=h(e);c._detailsShow&&c._details.insertAfter(c.nTr)}return this});p(["row().child.show()","row().child().show()"],function(){Vb(this,
-!0);return this});p(["row().child.hide()","row().child().hide()"],function(){Vb(this,!1);return this});p(["row().child.remove()","row().child().remove()"],function(){cb(this);return this});p("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var dc=/^(.+):(name|visIdx|visible)$/,Wb=function(a,b,c,d,e){for(var c=[],d=0,f=e.length;d=0?b:g.length+b];if(typeof a==="function"){var e=Da(c,f);return h.map(g,function(b,f){return a(f,Wb(c,f,0,0,e),i[f])?f:null})}var k=typeof a==="string"?a.match(dc):"";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1],10);if(b<0){var m=h.map(g,function(a,b){return a.bVisible?b:null});
+!0);return this});p(["row().child.hide()","row().child().hide()"],function(){Vb(this,!1);return this});p(["row().child.remove()","row().child().remove()"],function(){cb(this);return this});p("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var ec=/^(.+):(name|visIdx|visible)$/,Wb=function(a,b,c,d,e){for(var c=[],d=0,f=e.length;d=0?b:g.length+b];if(typeof a==="function"){var e=Da(c,f);return h.map(g,function(b,f){return a(f,Wb(c,f,0,0,e),i[f])?f:null})}var k=typeof a==="string"?a.match(ec):"";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1],10);if(b<0){var m=h.map(g,function(a,b){return a.bVisible?b:null});
return[m[m.length+b]]}return[$(c,b)];case "name":return h.map(j,function(a,b){return a===k[1]?b:null})}else return h(i).filter(a).map(function(){return h.inArray(this,i)}).toArray()},c,f)},1);c.selector.cols=a;c.selector.opts=b;return c});r("columns().header()","column().header()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTh},1)});r("columns().footer()","column().footer()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTf},1)});r("columns().data()",
"column().data()",function(){return this.iterator("column-rows",Wb,1)});r("columns().dataSrc()","column().dataSrc()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].mData},1)});r("columns().cache()","column().cache()",function(a){return this.iterator("column-rows",function(b,c,d,e,f){return ja(b.aoData,f,"search"===a?"_aFilterData":"_aSortData",c)},1)});r("columns().nodes()","column().nodes()",function(){return this.iterator("column-rows",function(a,b,c,d,e){return ja(a.aoData,
e,"anCells",b)},1)});r("columns().visible()","column().visible()",function(a,b){return this.iterator("column",function(c,d){if(a===k)return c.aoColumns[d].bVisible;var e=c.aoColumns,f=e[d],g=c.aoData,j,i,m;if(a!==k&&f.bVisible!==a){if(a){var l=h.inArray(!0,D(e,"bVisible"),d+1);j=0;for(i=g.length;j").appendTo(b);p(t,s)}else{k=null;l="";switch(s){case "ellipsis":b.append('…');break;case "first":k=j.sFirst;l=s+(e>0?"":" "+g.sPageButtonDisabled);break;case "previous":k=j.sPrevious;l=s+(e>0?"":" "+g.sPageButtonDisabled);break;case "next":k=j.sNext;l=s+(e",{"class":g.sPageButton+" "+l,"aria-controls":a.sTableId,"aria-label":i[s],"data-dt-idx":m,tabindex:a.iTabIndex,id:c===0&&typeof s==="string"?a.sTableId+"_"+s:null}).html(k).appendTo(b);Wa(t,{action:s},v);m++}}}},r;try{r=h(b).find(H.activeElement).data("dt-idx")}catch(n){}p(h(b).empty(),d);r&&h(b).find("[data-dt-idx="+r+"]").focus()}}});h.extend(m.ext.type.detect,[function(a,b){var c=
-b.oLanguage.sDecimal;return Za(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&(!ac.test(a)||!bc.test(a)))return null;var b=Date.parse(a);return null!==b&&!isNaN(b)||M(a)?"date":null},function(a,b){var c=b.oLanguage.sDecimal;return Za(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Rb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Rb(a,c,!0)?"html-num-fmt"+c:null},function(a){return M(a)||"string"===typeof a&&-1!==a.indexOf("<")?"html":
+b.oLanguage.sDecimal;return Za(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&(!bc.test(a)||!cc.test(a)))return null;var b=Date.parse(a);return null!==b&&!isNaN(b)||M(a)?"date":null},function(a,b){var c=b.oLanguage.sDecimal;return Za(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Rb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Rb(a,c,!0)?"html-num-fmt"+c:null},function(a){return M(a)||"string"===typeof a&&-1!==a.indexOf("<")?"html":
null}]);h.extend(m.ext.type.search,{html:function(a){return M(a)?a:"string"===typeof a?a.replace(Ob," ").replace(Ca,""):""},string:function(a){return M(a)?a:"string"===typeof a?a.replace(Ob," "):a}});var Ba=function(a,b,c,d){if(0!==a&&(!a||"-"===a))return-Infinity;b&&(a=Qb(a,b));a.replace&&(c&&(a=a.replace(c,"")),d&&(a=a.replace(d,"")));return 1*a};h.extend(s.type.order,{"date-pre":function(a){return Date.parse(a)||0},"html-pre":function(a){return M(a)?"":a.replace?a.replace(/<.*?>/g,"").toLowerCase():
a+""},"string-pre":function(a){return M(a)?"":"string"===typeof a?a.toLowerCase():!a.toString?"":a.toString()},"string-asc":function(a,b){return ab?1:0},"string-desc":function(a,b){return ab?-1:0}});db("");h.extend(!0,m.ext.renderer,{header:{_:function(a,b,c,d){h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+" "+d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass)}})},jqueryui:function(a,
b,c,d){h("").addClass(d.sSortJUIWrapper).append(b.contents()).append(h("").addClass(d.sSortIcon+" "+c.sSortingClassJUI)).appendTo(b);h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass);b.find("span."+d.sSortIcon).removeClass(d.sSortJUIAsc+" "+d.sSortJUIDesc+" "+d.sSortJUI+" "+d.sSortJUIAscAllowed+" "+d.sSortJUIDescAllowed).addClass(h[e]=="asc"?d.sSortJUIAsc:
-h[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});m.render={number:function(a,b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",h=parseFloat(f);if(isNaN(h))return f;f=Math.abs(h);h=parseInt(f,10);f=c?b+(f-h).toFixed(c).substring(2):"";return g+(d||"")+h.toString().replace(/\B(?=(\d{3})+(?!\d))/g,a)+f+(e||"")}}},text:function(){return{display:function(a){return"string"===typeof a?a.replace(//g,">").replace(/"/g,"""):
-a}}}};h.extend(m.ext.internal,{_fnExternApiFunc:Nb,_fnBuildAjax:ra,_fnAjaxUpdate:lb,_fnAjaxParameters:ub,_fnAjaxUpdateDraw:vb,_fnAjaxDataSrc:sa,_fnAddColumn:Ga,_fnColumnOptions:la,_fnAdjustColumnSizing:U,_fnVisibleToColumnIndex:$,_fnColumnIndexToVisible:ba,_fnVisbleColumns:ca,_fnGetColumns:aa,_fnColumnTypes:Ia,_fnApplyColumnDefs:ib,_fnHungarianMap:Y,_fnCamelToHungarian:J,_fnLanguageCompat:Fa,_fnBrowserDetect:gb,_fnAddData:N,_fnAddTr:ma,_fnNodeToDataIndex:function(a,b){return b._DT_RowIndex!==k?b._DT_RowIndex:
+h[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});var Yb=function(a){return"string"===typeof a?a.replace(//g,">").replace(/"/g,"""):a};m.render={number:function(a,b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",h=parseFloat(f);if(isNaN(h))return Yb(f);f=Math.abs(h);h=parseInt(f,10);f=c?b+(f-h).toFixed(c).substring(2):"";return g+(d||"")+h.toString().replace(/\B(?=(\d{3})+(?!\d))/g,a)+f+(e||"")}}},text:function(){return{display:Yb}}};
+h.extend(m.ext.internal,{_fnExternApiFunc:Nb,_fnBuildAjax:ra,_fnAjaxUpdate:lb,_fnAjaxParameters:ub,_fnAjaxUpdateDraw:vb,_fnAjaxDataSrc:sa,_fnAddColumn:Ga,_fnColumnOptions:la,_fnAdjustColumnSizing:U,_fnVisibleToColumnIndex:$,_fnColumnIndexToVisible:ba,_fnVisbleColumns:ca,_fnGetColumns:aa,_fnColumnTypes:Ia,_fnApplyColumnDefs:ib,_fnHungarianMap:Y,_fnCamelToHungarian:J,_fnLanguageCompat:Fa,_fnBrowserDetect:gb,_fnAddData:N,_fnAddTr:ma,_fnNodeToDataIndex:function(a,b){return b._DT_RowIndex!==k?b._DT_RowIndex:
null},_fnNodeToColumnIndex:function(a,b,c){return h.inArray(c,a.aoData[b].anCells)},_fnGetCellData:B,_fnSetCellData:jb,_fnSplitObjNotation:La,_fnGetObjectDataFn:Q,_fnSetObjectDataFn:R,_fnGetDataMaster:Ma,_fnClearTable:na,_fnDeleteIndex:oa,_fnInvalidate:ea,_fnGetRowElements:Ka,_fnCreateTr:Ja,_fnBuildHead:kb,_fnDrawHead:ga,_fnDraw:O,_fnReDraw:T,_fnAddOptionsHtml:nb,_fnDetectHeader:fa,_fnGetUniqueThs:qa,_fnFeatureHtmlFilter:pb,_fnFilterComplete:ha,_fnFilterCustom:yb,_fnFilterColumn:xb,_fnFilter:wb,_fnFilterCreateSearch:Qa,
_fnEscapeRegex:va,_fnFilterData:zb,_fnFeatureHtmlInfo:sb,_fnUpdateInfo:Cb,_fnInfoMacros:Db,_fnInitialise:ia,_fnInitComplete:ta,_fnLengthChange:Ra,_fnFeatureHtmlLength:ob,_fnFeatureHtmlPaginate:tb,_fnPageChange:Ta,_fnFeatureHtmlProcessing:qb,_fnProcessingDisplay:C,_fnFeatureHtmlTable:rb,_fnScrollDraw:Z,_fnApplyToChildren:I,_fnCalculateColumnWidths:Ha,_fnThrottle:ua,_fnConvertToWidth:Fb,_fnGetWidestNode:Gb,_fnGetMaxLenString:Hb,_fnStringToCss:w,_fnSortFlatten:W,_fnSort:mb,_fnSortAria:Jb,_fnSortListener:Va,
_fnSortAttachListener:Oa,_fnSortingClasses:xa,_fnSortData:Ib,_fnSaveState:ya,_fnLoadState:Kb,_fnSettingsFromNode:za,_fnLog:K,_fnMap:F,_fnBindAction:Wa,_fnCallbackReg:z,_fnCallbackFire:v,_fnLengthOverflow:Sa,_fnRenderer:Pa,_fnDataSource:y,_fnRowAttributes:Na,_fnCalculateEnd:function(){}});h.fn.dataTable=m;m.$=h;h.fn.dataTableSettings=m.settings;h.fn.dataTableExt=m.ext;h.fn.DataTable=function(a){return h(this).dataTable(a).api()};h.each(m,function(a,b){h.fn.DataTable[a]=b});return h.fn.dataTable});
diff --git a/package.json b/package.json
index 779649a9..ff2755ec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "datatables",
- "version": "1.10.10",
+ "version": "1.10.11-dev",
"title": "DataTables",
"main": "media/js/jquery.dataTables",
"files": [