From 8059fde34c90f8e47ab99fa09515fab40eafc132 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 21 May 2020 10:01:00 +0000 Subject: [PATCH] DEV created new example that shows progress bars and country flags --- .datatables-commit-sync | 2 +- examples/advanced_init/column_render.html | 3 +++ examples/advanced_init/complex_header.html | 3 +++ examples/advanced_init/defaults.html | 3 +++ examples/advanced_init/dom_multiple_elements.html | 3 +++ examples/advanced_init/dom_toolbar.html | 3 +++ examples/advanced_init/dt_events.html | 3 +++ examples/advanced_init/events_live.html | 3 +++ examples/advanced_init/footer_callback.html | 3 +++ examples/advanced_init/html5-data-attributes.html | 3 +++ examples/advanced_init/html5-data-options.html | 3 +++ examples/advanced_init/language_file.html | 3 +++ examples/advanced_init/length_menu.html | 3 +++ examples/advanced_init/object_dom_read.html | 3 +++ examples/advanced_init/row_callback.html | 3 +++ examples/advanced_init/row_grouping.html | 3 +++ examples/advanced_init/sort_direction_control.html | 3 +++ examples/ajax/custom_data_flat.html | 3 +++ examples/ajax/custom_data_property.html | 3 +++ examples/ajax/deep.html | 3 +++ examples/ajax/defer_render.html | 3 +++ examples/ajax/null_data_source.html | 3 +++ examples/ajax/objects.html | 3 +++ examples/ajax/objects_subarrays.html | 3 +++ examples/ajax/orthogonal-data.html | 3 +++ examples/ajax/simple.html | 3 +++ examples/api/add_row.html | 3 +++ examples/api/api_in_init.html | 3 +++ examples/api/counter_columns.html | 3 +++ examples/api/form.html | 3 +++ examples/api/highlight.html | 3 +++ examples/api/multi_filter.html | 3 +++ examples/api/multi_filter_select.html | 3 +++ examples/api/regex.html | 3 +++ examples/api/row_details.html | 3 +++ examples/api/select_row.html | 3 +++ examples/api/select_single_row.html | 3 +++ examples/api/show_hide.html | 3 +++ examples/api/tabs_and_scrolling.html | 3 +++ examples/basic_init/alt_pagination.html | 3 +++ examples/basic_init/comma-decimal.html | 3 +++ examples/basic_init/complex_header.html | 3 +++ examples/basic_init/dom.html | 3 +++ examples/basic_init/filter_only.html | 3 +++ examples/basic_init/flexible_width.html | 3 +++ examples/basic_init/hidden_columns.html | 3 +++ examples/basic_init/index.html | 3 +++ examples/basic_init/language.html | 3 +++ examples/basic_init/multi_col_sort.html | 3 +++ examples/basic_init/multiple_tables.html | 3 +++ examples/basic_init/scroll_x.html | 3 +++ examples/basic_init/scroll_xy.html | 3 +++ examples/basic_init/scroll_y.html | 3 +++ examples/basic_init/scroll_y_dynamic.html | 3 +++ examples/basic_init/state_save.html | 3 +++ examples/basic_init/table_sorting.html | 3 +++ examples/basic_init/zero_configuration.html | 3 +++ examples/data_sources/ajax.html | 3 +++ examples/data_sources/dom.html | 3 +++ examples/data_sources/js_array.html | 3 +++ examples/data_sources/server_side.html | 3 +++ examples/index.html | 3 +++ examples/plug-ins/api.html | 3 +++ examples/plug-ins/dom_sort.html | 3 +++ examples/plug-ins/range_filtering.html | 3 +++ examples/plug-ins/sorting_auto.html | 3 +++ examples/plug-ins/sorting_manual.html | 3 +++ examples/server_side/custom_vars.html | 3 +++ examples/server_side/defer_loading.html | 3 +++ examples/server_side/ids.html | 3 +++ examples/server_side/jsonp.html | 3 +++ examples/server_side/object_data.html | 3 +++ examples/server_side/pipeline.html | 3 +++ examples/server_side/post.html | 3 +++ examples/server_side/row_details.html | 3 +++ examples/server_side/select_rows.html | 3 +++ examples/server_side/simple.html | 3 +++ examples/styling/bootstrap.html | 3 +++ examples/styling/bootstrap4.html | 3 +++ examples/styling/cell-border.html | 3 +++ examples/styling/compact.html | 3 +++ examples/styling/display.html | 3 +++ examples/styling/foundation.html | 3 +++ examples/styling/hover.html | 3 +++ examples/styling/jqueryUI.html | 3 +++ examples/styling/material.html | 3 +++ examples/styling/no-classes.html | 3 +++ examples/styling/order-column.html | 3 +++ examples/styling/row-border.html | 3 +++ examples/styling/semanticui.html | 3 +++ examples/styling/stripe.html | 3 +++ examples/styling/uikit.html | 3 +++ 92 files changed, 274 insertions(+), 1 deletion(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 76abb810..f0600f9e 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -ff2e2e2eab37f2b8fc12337c5ff8f563b24abcb5 +0df22317f27e7b8473192685461e4fd4635425b1 diff --git a/examples/advanced_init/column_render.html b/examples/advanced_init/column_render.html index 04274488..444aa69b 100644 --- a/examples/advanced_init/column_render.html +++ b/examples/advanced_init/column_render.html @@ -606,6 +606,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/complex_header.html b/examples/advanced_init/complex_header.html index 05e18d81..6fdfdef4 100644 --- a/examples/advanced_init/complex_header.html +++ b/examples/advanced_init/complex_header.html @@ -597,6 +597,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/defaults.html b/examples/advanced_init/defaults.html index dfa8ef89..eb56c419 100644 --- a/examples/advanced_init/defaults.html +++ b/examples/advanced_init/defaults.html @@ -590,6 +590,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/dom_multiple_elements.html b/examples/advanced_init/dom_multiple_elements.html index 1238ef70..f8d7cfeb 100644 --- a/examples/advanced_init/dom_multiple_elements.html +++ b/examples/advanced_init/dom_multiple_elements.html @@ -598,6 +598,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/dom_toolbar.html b/examples/advanced_init/dom_toolbar.html index 2cbe5bed..b92d4c02 100644 --- a/examples/advanced_init/dom_toolbar.html +++ b/examples/advanced_init/dom_toolbar.html @@ -600,6 +600,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/dt_events.html b/examples/advanced_init/dt_events.html index 3f680c67..5c880aa3 100644 --- a/examples/advanced_init/dt_events.html +++ b/examples/advanced_init/dt_events.html @@ -604,6 +604,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/events_live.html b/examples/advanced_init/events_live.html index fc8abcf2..438748b7 100644 --- a/examples/advanced_init/events_live.html +++ b/examples/advanced_init/events_live.html @@ -589,6 +589,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/footer_callback.html b/examples/advanced_init/footer_callback.html index 7ed230a8..d3a69a59 100644 --- a/examples/advanced_init/footer_callback.html +++ b/examples/advanced_init/footer_callback.html @@ -587,6 +587,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/html5-data-attributes.html b/examples/advanced_init/html5-data-attributes.html index 743b557b..91a177fd 100644 --- a/examples/advanced_init/html5-data-attributes.html +++ b/examples/advanced_init/html5-data-attributes.html @@ -587,6 +587,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/html5-data-options.html b/examples/advanced_init/html5-data-options.html index 54d8c464..a2a91207 100644 --- a/examples/advanced_init/html5-data-options.html +++ b/examples/advanced_init/html5-data-options.html @@ -586,6 +586,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/language_file.html b/examples/advanced_init/language_file.html index c2147f0f..96be18b4 100644 --- a/examples/advanced_init/language_file.html +++ b/examples/advanced_init/language_file.html @@ -586,6 +586,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/length_menu.html b/examples/advanced_init/length_menu.html index 2721ab0d..d11a4fe7 100644 --- a/examples/advanced_init/length_menu.html +++ b/examples/advanced_init/length_menu.html @@ -586,6 +586,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/object_dom_read.html b/examples/advanced_init/object_dom_read.html index 9984db91..8d4202ee 100644 --- a/examples/advanced_init/object_dom_read.html +++ b/examples/advanced_init/object_dom_read.html @@ -610,6 +610,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/row_callback.html b/examples/advanced_init/row_callback.html index 15ce1cac..9ad50fc7 100644 --- a/examples/advanced_init/row_callback.html +++ b/examples/advanced_init/row_callback.html @@ -599,6 +599,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/row_grouping.html b/examples/advanced_init/row_grouping.html index 7d567b8b..172cdb26 100644 --- a/examples/advanced_init/row_grouping.html +++ b/examples/advanced_init/row_grouping.html @@ -658,6 +658,9 @@ tr.group:hover {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/advanced_init/sort_direction_control.html b/examples/advanced_init/sort_direction_control.html index 2eedd86e..bacce289 100644 --- a/examples/advanced_init/sort_direction_control.html +++ b/examples/advanced_init/sort_direction_control.html @@ -606,6 +606,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/custom_data_flat.html b/examples/ajax/custom_data_flat.html index 88d88de2..13a087dc 100644 --- a/examples/ajax/custom_data_flat.html +++ b/examples/ajax/custom_data_flat.html @@ -153,6 +153,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/custom_data_property.html b/examples/ajax/custom_data_property.html index 295eea68..f40da3df 100644 --- a/examples/ajax/custom_data_property.html +++ b/examples/ajax/custom_data_property.html @@ -138,6 +138,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/deep.html b/examples/ajax/deep.html index 4765f4c3..e015a9e7 100644 --- a/examples/ajax/deep.html +++ b/examples/ajax/deep.html @@ -157,6 +157,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/defer_render.html b/examples/ajax/defer_render.html index 654693be..c5f9d594 100644 --- a/examples/ajax/defer_render.html +++ b/examples/ajax/defer_render.html @@ -128,6 +128,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/null_data_source.html b/examples/ajax/null_data_source.html index 68b3e120..8c7dc9df 100644 --- a/examples/ajax/null_data_source.html +++ b/examples/ajax/null_data_source.html @@ -156,6 +156,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/objects.html b/examples/ajax/objects.html index 7af8ba78..76905012 100644 --- a/examples/ajax/objects.html +++ b/examples/ajax/objects.html @@ -151,6 +151,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/objects_subarrays.html b/examples/ajax/objects_subarrays.html index 8a8dc560..7ed433a4 100644 --- a/examples/ajax/objects_subarrays.html +++ b/examples/ajax/objects_subarrays.html @@ -165,6 +165,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/orthogonal-data.html b/examples/ajax/orthogonal-data.html index fdeac9ff..fcdea38a 100644 --- a/examples/ajax/orthogonal-data.html +++ b/examples/ajax/orthogonal-data.html @@ -159,6 +159,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/ajax/simple.html b/examples/ajax/simple.html index 8b2c8c23..105a3396 100644 --- a/examples/ajax/simple.html +++ b/examples/ajax/simple.html @@ -138,6 +138,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/add_row.html b/examples/api/add_row.html index 40d234a3..4e419b0c 100644 --- a/examples/api/add_row.html +++ b/examples/api/add_row.html @@ -158,6 +158,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/api_in_init.html b/examples/api/api_in_init.html index 94e227df..b82ea6e7 100644 --- a/examples/api/api_in_init.html +++ b/examples/api/api_in_init.html @@ -598,6 +598,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/counter_columns.html b/examples/api/counter_columns.html index 8b56fda0..5c073e1d 100644 --- a/examples/api/counter_columns.html +++ b/examples/api/counter_columns.html @@ -608,6 +608,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/form.html b/examples/api/form.html index aa748a5f..5a5b7d3f 100644 --- a/examples/api/form.html +++ b/examples/api/form.html @@ -1406,6 +1406,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/highlight.html b/examples/api/highlight.html index f96bc3bf..9db214a7 100644 --- a/examples/api/highlight.html +++ b/examples/api/highlight.html @@ -604,6 +604,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/multi_filter.html b/examples/api/multi_filter.html index a0381e8f..ff6776ea 100644 --- a/examples/api/multi_filter.html +++ b/examples/api/multi_filter.html @@ -642,6 +642,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/multi_filter_select.html b/examples/api/multi_filter_select.html index 6c94c723..59f5b3b1 100644 --- a/examples/api/multi_filter_select.html +++ b/examples/api/multi_filter_select.html @@ -638,6 +638,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/regex.html b/examples/api/regex.html index 61111e63..731f8336 100644 --- a/examples/api/regex.html +++ b/examples/api/regex.html @@ -686,6 +686,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/row_details.html b/examples/api/row_details.html index 7a91abb0..bf5705b2 100644 --- a/examples/api/row_details.html +++ b/examples/api/row_details.html @@ -237,6 +237,9 @@ tr.shown td.details-control {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/select_row.html b/examples/api/select_row.html index bbe4a174..e66d9b60 100644 --- a/examples/api/select_row.html +++ b/examples/api/select_row.html @@ -597,6 +597,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/select_single_row.html b/examples/api/select_single_row.html index 94a9a54e..e7341deb 100644 --- a/examples/api/select_single_row.html +++ b/examples/api/select_single_row.html @@ -611,6 +611,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/show_hide.html b/examples/api/show_hide.html index b0a9c46c..2da293b5 100644 --- a/examples/api/show_hide.html +++ b/examples/api/show_hide.html @@ -613,6 +613,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/api/tabs_and_scrolling.html b/examples/api/tabs_and_scrolling.html index 2230d307..59ec4b33 100644 --- a/examples/api/tabs_and_scrolling.html +++ b/examples/api/tabs_and_scrolling.html @@ -180,6 +180,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/alt_pagination.html b/examples/basic_init/alt_pagination.html index 4923db6f..e9c3fdde 100644 --- a/examples/basic_init/alt_pagination.html +++ b/examples/basic_init/alt_pagination.html @@ -594,6 +594,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/comma-decimal.html b/examples/basic_init/comma-decimal.html index 62cea85d..edb04301 100644 --- a/examples/basic_init/comma-decimal.html +++ b/examples/basic_init/comma-decimal.html @@ -593,6 +593,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/complex_header.html b/examples/basic_init/complex_header.html index cd65811f..56a619af 100644 --- a/examples/basic_init/complex_header.html +++ b/examples/basic_init/complex_header.html @@ -581,6 +581,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/dom.html b/examples/basic_init/dom.html index 1f3be5a1..ebf799f3 100644 --- a/examples/basic_init/dom.html +++ b/examples/basic_init/dom.html @@ -628,6 +628,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/filter_only.html b/examples/basic_init/filter_only.html index d2e49c03..4acfdaf6 100644 --- a/examples/basic_init/filter_only.html +++ b/examples/basic_init/filter_only.html @@ -582,6 +582,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/flexible_width.html b/examples/basic_init/flexible_width.html index 5256c429..5c3c8f3b 100644 --- a/examples/basic_init/flexible_width.html +++ b/examples/basic_init/flexible_width.html @@ -583,6 +583,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/hidden_columns.html b/examples/basic_init/hidden_columns.html index 3de8757c..7a3cbf9f 100644 --- a/examples/basic_init/hidden_columns.html +++ b/examples/basic_init/hidden_columns.html @@ -604,6 +604,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/index.html b/examples/basic_init/index.html index b60db499..64a43ad1 100644 --- a/examples/basic_init/index.html +++ b/examples/basic_init/index.html @@ -32,6 +32,9 @@
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/language.html b/examples/basic_init/language.html index d2b91081..c7a28e21 100644 --- a/examples/basic_init/language.html +++ b/examples/basic_init/language.html @@ -590,6 +590,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/multi_col_sort.html b/examples/basic_init/multi_col_sort.html index 786a94c9..5efa148b 100644 --- a/examples/basic_init/multi_col_sort.html +++ b/examples/basic_init/multi_col_sort.html @@ -542,6 +542,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/multiple_tables.html b/examples/basic_init/multiple_tables.html index 1abd61e9..87eac30c 100644 --- a/examples/basic_init/multiple_tables.html +++ b/examples/basic_init/multiple_tables.html @@ -295,6 +295,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/scroll_x.html b/examples/basic_init/scroll_x.html index 3759f5eb..2b91356a 100644 --- a/examples/basic_init/scroll_x.html +++ b/examples/basic_init/scroll_x.html @@ -753,6 +753,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/scroll_xy.html b/examples/basic_init/scroll_xy.html index 18e474b0..ec239056 100644 --- a/examples/basic_init/scroll_xy.html +++ b/examples/basic_init/scroll_xy.html @@ -751,6 +751,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/scroll_y.html b/examples/basic_init/scroll_y.html index f7f98884..e90e9e30 100644 --- a/examples/basic_init/scroll_y.html +++ b/examples/basic_init/scroll_y.html @@ -589,6 +589,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/scroll_y_dynamic.html b/examples/basic_init/scroll_y_dynamic.html index 50cdfc1f..fad5a256 100644 --- a/examples/basic_init/scroll_y_dynamic.html +++ b/examples/basic_init/scroll_y_dynamic.html @@ -585,6 +585,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/state_save.html b/examples/basic_init/state_save.html index db8f8183..6d17b7be 100644 --- a/examples/basic_init/state_save.html +++ b/examples/basic_init/state_save.html @@ -588,6 +588,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/table_sorting.html b/examples/basic_init/table_sorting.html index aa9cc234..62014f14 100644 --- a/examples/basic_init/table_sorting.html +++ b/examples/basic_init/table_sorting.html @@ -583,6 +583,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/basic_init/zero_configuration.html b/examples/basic_init/zero_configuration.html index db9f9a70..1dde1730 100644 --- a/examples/basic_init/zero_configuration.html +++ b/examples/basic_init/zero_configuration.html @@ -576,6 +576,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/data_sources/ajax.html b/examples/data_sources/ajax.html index 0b98d96d..358b5056 100644 --- a/examples/data_sources/ajax.html +++ b/examples/data_sources/ajax.html @@ -127,6 +127,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/data_sources/dom.html b/examples/data_sources/dom.html index a3122d56..2fee0af5 100644 --- a/examples/data_sources/dom.html +++ b/examples/data_sources/dom.html @@ -577,6 +577,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/data_sources/js_array.html b/examples/data_sources/js_array.html index 04aee494..790d55a2 100644 --- a/examples/data_sources/js_array.html +++ b/examples/data_sources/js_array.html @@ -200,6 +200,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/data_sources/server_side.html b/examples/data_sources/server_side.html index 242fb6c2..44af039d 100644 --- a/examples/data_sources/server_side.html +++ b/examples/data_sources/server_side.html @@ -130,6 +130,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/index.html b/examples/index.html index a03054b1..18526937 100644 --- a/examples/index.html +++ b/examples/index.html @@ -33,6 +33,9 @@
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/plug-ins/api.html b/examples/plug-ins/api.html index 2dafb677..70fbca35 100644 --- a/examples/plug-ins/api.html +++ b/examples/plug-ins/api.html @@ -624,6 +624,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/plug-ins/dom_sort.html b/examples/plug-ins/dom_sort.html index 8bf02a9d..914a05a7 100644 --- a/examples/plug-ins/dom_sort.html +++ b/examples/plug-ins/dom_sort.html @@ -1457,6 +1457,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/plug-ins/range_filtering.html b/examples/plug-ins/range_filtering.html index 1b3b16bd..14652001 100644 --- a/examples/plug-ins/range_filtering.html +++ b/examples/plug-ins/range_filtering.html @@ -634,6 +634,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/plug-ins/sorting_auto.html b/examples/plug-ins/sorting_auto.html index 8c22b6d5..5ef36314 100644 --- a/examples/plug-ins/sorting_auto.html +++ b/examples/plug-ins/sorting_auto.html @@ -615,6 +615,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/plug-ins/sorting_manual.html b/examples/plug-ins/sorting_manual.html index 867602e9..785b3200 100644 --- a/examples/plug-ins/sorting_manual.html +++ b/examples/plug-ins/sorting_manual.html @@ -610,6 +610,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/custom_vars.html b/examples/server_side/custom_vars.html index 2935b1d8..e21815e8 100644 --- a/examples/server_side/custom_vars.html +++ b/examples/server_side/custom_vars.html @@ -145,6 +145,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/defer_loading.html b/examples/server_side/defer_loading.html index 92ba5a6a..5edcc7ba 100644 --- a/examples/server_side/defer_loading.html +++ b/examples/server_side/defer_loading.html @@ -213,6 +213,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/ids.html b/examples/server_side/ids.html index dd15ddd7..1b0955d0 100644 --- a/examples/server_side/ids.html +++ b/examples/server_side/ids.html @@ -144,6 +144,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/jsonp.html b/examples/server_side/jsonp.html index 00777ca0..1e192eb3 100644 --- a/examples/server_side/jsonp.html +++ b/examples/server_side/jsonp.html @@ -137,6 +137,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/object_data.html b/examples/server_side/object_data.html index 949de2de..79ee3cb4 100644 --- a/examples/server_side/object_data.html +++ b/examples/server_side/object_data.html @@ -143,6 +143,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/pipeline.html b/examples/server_side/pipeline.html index b309f6dc..8f1dcf56 100644 --- a/examples/server_side/pipeline.html +++ b/examples/server_side/pipeline.html @@ -378,6 +378,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/post.html b/examples/server_side/post.html index b6b94f41..6c06116c 100644 --- a/examples/server_side/post.html +++ b/examples/server_side/post.html @@ -153,6 +153,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/row_details.html b/examples/server_side/row_details.html index e93f7912..ef335785 100644 --- a/examples/server_side/row_details.html +++ b/examples/server_side/row_details.html @@ -253,6 +253,9 @@ tr.details td.details-control {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/select_rows.html b/examples/server_side/select_rows.html index ab959962..9376b83f 100644 --- a/examples/server_side/select_rows.html +++ b/examples/server_side/select_rows.html @@ -170,6 +170,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/server_side/simple.html b/examples/server_side/simple.html index 600530ac..e529cd3e 100644 --- a/examples/server_side/simple.html +++ b/examples/server_side/simple.html @@ -129,6 +129,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/bootstrap.html b/examples/styling/bootstrap.html index 7f2ecbb1..31353f0b 100644 --- a/examples/styling/bootstrap.html +++ b/examples/styling/bootstrap.html @@ -586,6 +586,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/bootstrap4.html b/examples/styling/bootstrap4.html index 51717416..2005ba2a 100644 --- a/examples/styling/bootstrap4.html +++ b/examples/styling/bootstrap4.html @@ -582,6 +582,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/cell-border.html b/examples/styling/cell-border.html index 164aeee4..226bd02c 100644 --- a/examples/styling/cell-border.html +++ b/examples/styling/cell-border.html @@ -572,6 +572,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/compact.html b/examples/styling/compact.html index 24645e35..6a255de0 100644 --- a/examples/styling/compact.html +++ b/examples/styling/compact.html @@ -572,6 +572,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/display.html b/examples/styling/display.html index 86be7486..fbc3c1e0 100644 --- a/examples/styling/display.html +++ b/examples/styling/display.html @@ -584,6 +584,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/foundation.html b/examples/styling/foundation.html index 980432ea..1bc9c732 100644 --- a/examples/styling/foundation.html +++ b/examples/styling/foundation.html @@ -586,6 +586,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/hover.html b/examples/styling/hover.html index 0d87cd45..457908c8 100644 --- a/examples/styling/hover.html +++ b/examples/styling/hover.html @@ -573,6 +573,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/jqueryUI.html b/examples/styling/jqueryUI.html index 72444ae7..28dacbbd 100644 --- a/examples/styling/jqueryUI.html +++ b/examples/styling/jqueryUI.html @@ -584,6 +584,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/material.html b/examples/styling/material.html index c7159f59..afa0595e 100644 --- a/examples/styling/material.html +++ b/examples/styling/material.html @@ -601,6 +601,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/no-classes.html b/examples/styling/no-classes.html index d37bef1d..b33247c7 100644 --- a/examples/styling/no-classes.html +++ b/examples/styling/no-classes.html @@ -572,6 +572,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/order-column.html b/examples/styling/order-column.html index dc76713c..e0448a01 100644 --- a/examples/styling/order-column.html +++ b/examples/styling/order-column.html @@ -573,6 +573,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/row-border.html b/examples/styling/row-border.html index 01af65be..ab4f0b70 100644 --- a/examples/styling/row-border.html +++ b/examples/styling/row-border.html @@ -572,6 +572,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/semanticui.html b/examples/styling/semanticui.html index 9d7ebbb0..33e9325c 100644 --- a/examples/styling/semanticui.html +++ b/examples/styling/semanticui.html @@ -587,6 +587,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/stripe.html b/examples/styling/stripe.html index 8f0af31e..d1f23ac0 100644 --- a/examples/styling/stripe.html +++ b/examples/styling/stripe.html @@ -572,6 +572,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable
  • diff --git a/examples/styling/uikit.html b/examples/styling/uikit.html index 7525332b..366dcedd 100644 --- a/examples/styling/uikit.html +++ b/examples/styling/uikit.html @@ -582,6 +582,9 @@ $(document).ready(function() {
  • Zero configuration
  • +
  • + Data rendering +
  • Feature enable / disable