From 74e37c13fe156c5f7c6bc4104141b84a9acf227f Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 14 Jun 2018 11:08:41 +0100 Subject: [PATCH] added tests for cell().node() --- .datatables-commit-sync | 2 +- examples/advanced_init/column_render.html | 2 +- examples/advanced_init/complex_header.html | 2 +- examples/advanced_init/defaults.html | 2 +- .../advanced_init/dom_multiple_elements.html | 2 +- examples/advanced_init/dom_toolbar.html | 2 +- examples/advanced_init/dt_events.html | 2 +- examples/advanced_init/events_live.html | 2 +- examples/advanced_init/footer_callback.html | 2 +- .../advanced_init/html5-data-attributes.html | 2 +- .../advanced_init/html5-data-options.html | 2 +- examples/advanced_init/language_file.html | 2 +- examples/advanced_init/length_menu.html | 2 +- examples/advanced_init/object_dom_read.html | 2 +- examples/advanced_init/row_callback.html | 2 +- examples/advanced_init/row_grouping.html | 2 +- .../advanced_init/sort_direction_control.html | 2 +- examples/ajax/custom_data_flat.html | 2 +- examples/ajax/custom_data_property.html | 2 +- examples/ajax/deep.html | 2 +- examples/ajax/defer_render.html | 2 +- examples/ajax/null_data_source.html | 2 +- examples/ajax/objects.html | 2 +- examples/ajax/objects_subarrays.html | 2 +- examples/ajax/orthogonal-data.html | 2 +- examples/ajax/simple.html | 2 +- examples/api/add_row.html | 2 +- examples/api/api_in_init.html | 2 +- examples/api/counter_columns.html | 2 +- examples/api/form.html | 2 +- examples/api/highlight.html | 2 +- examples/api/multi_filter.html | 2 +- examples/api/multi_filter_select.html | 2 +- examples/api/regex.html | 2 +- examples/api/row_details.html | 2 +- examples/api/select_row.html | 2 +- examples/api/select_single_row.html | 2 +- examples/api/show_hide.html | 2 +- examples/api/tabs_and_scrolling.html | 2 +- examples/basic_init/alt_pagination.html | 2 +- examples/basic_init/comma-decimal.html | 2 +- examples/basic_init/complex_header.html | 2 +- examples/basic_init/dom.html | 2 +- examples/basic_init/filter_only.html | 2 +- examples/basic_init/flexible_width.html | 2 +- examples/basic_init/hidden_columns.html | 2 +- examples/basic_init/language.html | 2 +- examples/basic_init/multi_col_sort.html | 2 +- examples/basic_init/multiple_tables.html | 2 +- examples/basic_init/scroll_x.html | 2 +- examples/basic_init/scroll_xy.html | 2 +- examples/basic_init/scroll_y.html | 2 +- examples/basic_init/scroll_y_dynamic.html | 2 +- examples/basic_init/state_save.html | 2 +- examples/basic_init/table_sorting.html | 2 +- examples/basic_init/zero_configuration.html | 2 +- examples/data_sources/ajax.html | 2 +- examples/data_sources/dom.html | 2 +- examples/data_sources/js_array.html | 2 +- examples/data_sources/server_side.html | 2 +- examples/index.html | 2 +- examples/plug-ins/api.html | 2 +- examples/plug-ins/dom_sort.html | 2 +- examples/plug-ins/range_filtering.html | 2 +- examples/plug-ins/sorting_auto.html | 2 +- examples/plug-ins/sorting_manual.html | 2 +- examples/server_side/custom_vars.html | 2 +- examples/server_side/defer_loading.html | 2 +- examples/server_side/ids.html | 2 +- examples/server_side/jsonp.html | 2 +- examples/server_side/object_data.html | 2 +- examples/server_side/pipeline.html | 2 +- examples/server_side/post.html | 2 +- examples/server_side/row_details.html | 2 +- examples/server_side/select_rows.html | 2 +- examples/server_side/simple.html | 2 +- examples/styling/bootstrap.html | 2 +- examples/styling/bootstrap4.html | 2 +- examples/styling/cell-border.html | 2 +- examples/styling/compact.html | 2 +- examples/styling/display.html | 2 +- examples/styling/foundation.html | 2 +- examples/styling/hover.html | 2 +- examples/styling/index.html | 2 +- examples/styling/jqueryUI.html | 2 +- examples/styling/material.html | 2 +- examples/styling/no-classes.html | 2 +- examples/styling/order-column.html | 2 +- examples/styling/row-border.html | 2 +- examples/styling/semanticui.html | 2 +- examples/styling/stripe.html | 2 +- examples/styling/uikit.html | 13 ++-- media/css/dataTables.uikit.css | 70 +++++++------------ media/css/dataTables.uikit.min.css | 2 +- media/js/dataTables.uikit.js | 2 +- media/js/dataTables.uikit.min.js | 2 +- 96 files changed, 126 insertions(+), 145 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 4639ac1d..2d5125b4 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -611c99c96ee44f38e566072feb5343994c999b90 +7e21dc2b0b4c9177339546135741ad49eb3c2d86 diff --git a/examples/advanced_init/column_render.html b/examples/advanced_init/column_render.html index 0e63c737..d22174be 100644 --- a/examples/advanced_init/column_render.html +++ b/examples/advanced_init/column_render.html @@ -755,7 +755,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/complex_header.html b/examples/advanced_init/complex_header.html index 21186e8a..43bffe14 100644 --- a/examples/advanced_init/complex_header.html +++ b/examples/advanced_init/complex_header.html @@ -746,7 +746,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/defaults.html b/examples/advanced_init/defaults.html index fd04b44f..7ad628a1 100644 --- a/examples/advanced_init/defaults.html +++ b/examples/advanced_init/defaults.html @@ -739,7 +739,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/dom_multiple_elements.html b/examples/advanced_init/dom_multiple_elements.html index b5fe8fb0..c6ecc15f 100644 --- a/examples/advanced_init/dom_multiple_elements.html +++ b/examples/advanced_init/dom_multiple_elements.html @@ -747,7 +747,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/dom_toolbar.html b/examples/advanced_init/dom_toolbar.html index 585d7473..3a7d2289 100644 --- a/examples/advanced_init/dom_toolbar.html +++ b/examples/advanced_init/dom_toolbar.html @@ -749,7 +749,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/dt_events.html b/examples/advanced_init/dt_events.html index eb3b346e..97e66f32 100644 --- a/examples/advanced_init/dt_events.html +++ b/examples/advanced_init/dt_events.html @@ -753,7 +753,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/events_live.html b/examples/advanced_init/events_live.html index 6f8f0fa7..f6ca3a5c 100644 --- a/examples/advanced_init/events_live.html +++ b/examples/advanced_init/events_live.html @@ -738,7 +738,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/footer_callback.html b/examples/advanced_init/footer_callback.html index e3d7ac98..7243adc1 100644 --- a/examples/advanced_init/footer_callback.html +++ b/examples/advanced_init/footer_callback.html @@ -736,7 +736,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/html5-data-attributes.html b/examples/advanced_init/html5-data-attributes.html index baaf299b..f0f354cb 100644 --- a/examples/advanced_init/html5-data-attributes.html +++ b/examples/advanced_init/html5-data-attributes.html @@ -736,7 +736,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/html5-data-options.html b/examples/advanced_init/html5-data-options.html index 58dea8f4..843be806 100644 --- a/examples/advanced_init/html5-data-options.html +++ b/examples/advanced_init/html5-data-options.html @@ -735,7 +735,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/language_file.html b/examples/advanced_init/language_file.html index 0b42ce32..f411b997 100644 --- a/examples/advanced_init/language_file.html +++ b/examples/advanced_init/language_file.html @@ -735,7 +735,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/length_menu.html b/examples/advanced_init/length_menu.html index cd086c7d..03d87e4d 100644 --- a/examples/advanced_init/length_menu.html +++ b/examples/advanced_init/length_menu.html @@ -735,7 +735,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/object_dom_read.html b/examples/advanced_init/object_dom_read.html index 58a67c76..d19a235e 100644 --- a/examples/advanced_init/object_dom_read.html +++ b/examples/advanced_init/object_dom_read.html @@ -759,7 +759,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/row_callback.html b/examples/advanced_init/row_callback.html index 2e6cc1f4..6dc97012 100644 --- a/examples/advanced_init/row_callback.html +++ b/examples/advanced_init/row_callback.html @@ -748,7 +748,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/row_grouping.html b/examples/advanced_init/row_grouping.html index 4c738a07..e3219f4c 100644 --- a/examples/advanced_init/row_grouping.html +++ b/examples/advanced_init/row_grouping.html @@ -805,7 +805,7 @@ tr.group:hover { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/advanced_init/sort_direction_control.html b/examples/advanced_init/sort_direction_control.html index be18e079..03a10bce 100644 --- a/examples/advanced_init/sort_direction_control.html +++ b/examples/advanced_init/sort_direction_control.html @@ -755,7 +755,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/custom_data_flat.html b/examples/ajax/custom_data_flat.html index 98adc397..0e8f4622 100644 --- a/examples/ajax/custom_data_flat.html +++ b/examples/ajax/custom_data_flat.html @@ -302,7 +302,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/custom_data_property.html b/examples/ajax/custom_data_property.html index e5ea131b..4573351b 100644 --- a/examples/ajax/custom_data_property.html +++ b/examples/ajax/custom_data_property.html @@ -287,7 +287,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/deep.html b/examples/ajax/deep.html index be05c483..9cccec4f 100644 --- a/examples/ajax/deep.html +++ b/examples/ajax/deep.html @@ -306,7 +306,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/defer_render.html b/examples/ajax/defer_render.html index bb08a155..4012d0ba 100644 --- a/examples/ajax/defer_render.html +++ b/examples/ajax/defer_render.html @@ -277,7 +277,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/null_data_source.html b/examples/ajax/null_data_source.html index 78d8e189..f2c30518 100644 --- a/examples/ajax/null_data_source.html +++ b/examples/ajax/null_data_source.html @@ -305,7 +305,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/objects.html b/examples/ajax/objects.html index d555476f..bd116b86 100644 --- a/examples/ajax/objects.html +++ b/examples/ajax/objects.html @@ -300,7 +300,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/objects_subarrays.html b/examples/ajax/objects_subarrays.html index 5605cfa0..37f712d6 100644 --- a/examples/ajax/objects_subarrays.html +++ b/examples/ajax/objects_subarrays.html @@ -314,7 +314,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/orthogonal-data.html b/examples/ajax/orthogonal-data.html index 3d34e648..d92e198a 100644 --- a/examples/ajax/orthogonal-data.html +++ b/examples/ajax/orthogonal-data.html @@ -308,7 +308,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/ajax/simple.html b/examples/ajax/simple.html index 639ddfc7..668be64a 100644 --- a/examples/ajax/simple.html +++ b/examples/ajax/simple.html @@ -287,7 +287,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/add_row.html b/examples/api/add_row.html index 75e5df9d..f0c75958 100644 --- a/examples/api/add_row.html +++ b/examples/api/add_row.html @@ -307,7 +307,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/api_in_init.html b/examples/api/api_in_init.html index 8f0ba8fe..e389c5ca 100644 --- a/examples/api/api_in_init.html +++ b/examples/api/api_in_init.html @@ -747,7 +747,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/counter_columns.html b/examples/api/counter_columns.html index 45bb4fed..5ac012a4 100644 --- a/examples/api/counter_columns.html +++ b/examples/api/counter_columns.html @@ -757,7 +757,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/form.html b/examples/api/form.html index d68ac8b3..f340a7a1 100644 --- a/examples/api/form.html +++ b/examples/api/form.html @@ -1545,7 +1545,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/highlight.html b/examples/api/highlight.html index 92d6a07c..08d6f34c 100644 --- a/examples/api/highlight.html +++ b/examples/api/highlight.html @@ -753,7 +753,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/multi_filter.html b/examples/api/multi_filter.html index 70fc604b..c1542b3d 100644 --- a/examples/api/multi_filter.html +++ b/examples/api/multi_filter.html @@ -783,7 +783,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/multi_filter_select.html b/examples/api/multi_filter_select.html index 4d4f66a6..cd849770 100644 --- a/examples/api/multi_filter_select.html +++ b/examples/api/multi_filter_select.html @@ -784,7 +784,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/regex.html b/examples/api/regex.html index 46e57102..850434ba 100644 --- a/examples/api/regex.html +++ b/examples/api/regex.html @@ -835,7 +835,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/row_details.html b/examples/api/row_details.html index 5097f09c..5cb1e001 100644 --- a/examples/api/row_details.html +++ b/examples/api/row_details.html @@ -386,7 +386,7 @@ tr.shown td.details-control { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/select_row.html b/examples/api/select_row.html index 68f0c13e..1fe86598 100644 --- a/examples/api/select_row.html +++ b/examples/api/select_row.html @@ -746,7 +746,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/select_single_row.html b/examples/api/select_single_row.html index 91213211..914c4d63 100644 --- a/examples/api/select_single_row.html +++ b/examples/api/select_single_row.html @@ -761,7 +761,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/show_hide.html b/examples/api/show_hide.html index 2159ce75..4090343b 100644 --- a/examples/api/show_hide.html +++ b/examples/api/show_hide.html @@ -762,7 +762,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/api/tabs_and_scrolling.html b/examples/api/tabs_and_scrolling.html index e7d49298..b4367bb6 100644 --- a/examples/api/tabs_and_scrolling.html +++ b/examples/api/tabs_and_scrolling.html @@ -328,7 +328,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/alt_pagination.html b/examples/basic_init/alt_pagination.html index 5dc0818a..79da8e09 100644 --- a/examples/basic_init/alt_pagination.html +++ b/examples/basic_init/alt_pagination.html @@ -743,7 +743,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/comma-decimal.html b/examples/basic_init/comma-decimal.html index 23521345..1b33f485 100644 --- a/examples/basic_init/comma-decimal.html +++ b/examples/basic_init/comma-decimal.html @@ -742,7 +742,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/complex_header.html b/examples/basic_init/complex_header.html index 05189bc6..3723ebff 100644 --- a/examples/basic_init/complex_header.html +++ b/examples/basic_init/complex_header.html @@ -730,7 +730,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/dom.html b/examples/basic_init/dom.html index f6cd0652..3ca98a73 100644 --- a/examples/basic_init/dom.html +++ b/examples/basic_init/dom.html @@ -777,7 +777,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/filter_only.html b/examples/basic_init/filter_only.html index 2d697e86..e70532f2 100644 --- a/examples/basic_init/filter_only.html +++ b/examples/basic_init/filter_only.html @@ -731,7 +731,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/flexible_width.html b/examples/basic_init/flexible_width.html index 7b1e589c..30a9929a 100644 --- a/examples/basic_init/flexible_width.html +++ b/examples/basic_init/flexible_width.html @@ -732,7 +732,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/hidden_columns.html b/examples/basic_init/hidden_columns.html index 4f872d6f..10d85e9b 100644 --- a/examples/basic_init/hidden_columns.html +++ b/examples/basic_init/hidden_columns.html @@ -753,7 +753,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/language.html b/examples/basic_init/language.html index 5c335237..556dea60 100644 --- a/examples/basic_init/language.html +++ b/examples/basic_init/language.html @@ -739,7 +739,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/multi_col_sort.html b/examples/basic_init/multi_col_sort.html index e5509566..21fe9100 100644 --- a/examples/basic_init/multi_col_sort.html +++ b/examples/basic_init/multi_col_sort.html @@ -691,7 +691,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/multiple_tables.html b/examples/basic_init/multiple_tables.html index 3c281744..0b0354a3 100644 --- a/examples/basic_init/multiple_tables.html +++ b/examples/basic_init/multiple_tables.html @@ -444,7 +444,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/scroll_x.html b/examples/basic_init/scroll_x.html index 6fe45b5b..15c12406 100644 --- a/examples/basic_init/scroll_x.html +++ b/examples/basic_init/scroll_x.html @@ -902,7 +902,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/scroll_xy.html b/examples/basic_init/scroll_xy.html index 7411a629..4eb2114e 100644 --- a/examples/basic_init/scroll_xy.html +++ b/examples/basic_init/scroll_xy.html @@ -900,7 +900,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/scroll_y.html b/examples/basic_init/scroll_y.html index 16488612..4a915085 100644 --- a/examples/basic_init/scroll_y.html +++ b/examples/basic_init/scroll_y.html @@ -738,7 +738,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/scroll_y_dynamic.html b/examples/basic_init/scroll_y_dynamic.html index 364120d7..adc80b1a 100644 --- a/examples/basic_init/scroll_y_dynamic.html +++ b/examples/basic_init/scroll_y_dynamic.html @@ -734,7 +734,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/state_save.html b/examples/basic_init/state_save.html index af848fe2..b87f01f0 100644 --- a/examples/basic_init/state_save.html +++ b/examples/basic_init/state_save.html @@ -737,7 +737,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/table_sorting.html b/examples/basic_init/table_sorting.html index 1045bddd..d1bb7f59 100644 --- a/examples/basic_init/table_sorting.html +++ b/examples/basic_init/table_sorting.html @@ -732,7 +732,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/basic_init/zero_configuration.html b/examples/basic_init/zero_configuration.html index 74c70785..908645f1 100644 --- a/examples/basic_init/zero_configuration.html +++ b/examples/basic_init/zero_configuration.html @@ -725,7 +725,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/data_sources/ajax.html b/examples/data_sources/ajax.html index 00928cef..88620375 100644 --- a/examples/data_sources/ajax.html +++ b/examples/data_sources/ajax.html @@ -276,7 +276,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/data_sources/dom.html b/examples/data_sources/dom.html index 39c44649..b02a46f7 100644 --- a/examples/data_sources/dom.html +++ b/examples/data_sources/dom.html @@ -726,7 +726,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/data_sources/js_array.html b/examples/data_sources/js_array.html index d9480cf7..a0aee934 100644 --- a/examples/data_sources/js_array.html +++ b/examples/data_sources/js_array.html @@ -349,7 +349,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/data_sources/server_side.html b/examples/data_sources/server_side.html index 3fbe17af..a967f94a 100644 --- a/examples/data_sources/server_side.html +++ b/examples/data_sources/server_side.html @@ -279,7 +279,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/index.html b/examples/index.html index fb790081..108670fd 100644 --- a/examples/index.html +++ b/examples/index.html @@ -182,7 +182,7 @@ Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/plug-ins/api.html b/examples/plug-ins/api.html index 5683dd12..2ac6fbe3 100644 --- a/examples/plug-ins/api.html +++ b/examples/plug-ins/api.html @@ -773,7 +773,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/plug-ins/dom_sort.html b/examples/plug-ins/dom_sort.html index 468fec67..6e6b1576 100644 --- a/examples/plug-ins/dom_sort.html +++ b/examples/plug-ins/dom_sort.html @@ -1606,7 +1606,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/plug-ins/range_filtering.html b/examples/plug-ins/range_filtering.html index fc214a4c..92c906c6 100644 --- a/examples/plug-ins/range_filtering.html +++ b/examples/plug-ins/range_filtering.html @@ -783,7 +783,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/plug-ins/sorting_auto.html b/examples/plug-ins/sorting_auto.html index 95e8d82f..9d02629b 100644 --- a/examples/plug-ins/sorting_auto.html +++ b/examples/plug-ins/sorting_auto.html @@ -765,7 +765,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/plug-ins/sorting_manual.html b/examples/plug-ins/sorting_manual.html index f105fb63..7dc08433 100644 --- a/examples/plug-ins/sorting_manual.html +++ b/examples/plug-ins/sorting_manual.html @@ -759,7 +759,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/custom_vars.html b/examples/server_side/custom_vars.html index c969cf7c..23286371 100644 --- a/examples/server_side/custom_vars.html +++ b/examples/server_side/custom_vars.html @@ -294,7 +294,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/defer_loading.html b/examples/server_side/defer_loading.html index 233c3da4..59aabfac 100644 --- a/examples/server_side/defer_loading.html +++ b/examples/server_side/defer_loading.html @@ -362,7 +362,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/ids.html b/examples/server_side/ids.html index 12c6bace..946edfc6 100644 --- a/examples/server_side/ids.html +++ b/examples/server_side/ids.html @@ -293,7 +293,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/jsonp.html b/examples/server_side/jsonp.html index 83e23bf8..41777848 100644 --- a/examples/server_side/jsonp.html +++ b/examples/server_side/jsonp.html @@ -286,7 +286,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/object_data.html b/examples/server_side/object_data.html index 2ba88514..252d4d01 100644 --- a/examples/server_side/object_data.html +++ b/examples/server_side/object_data.html @@ -292,7 +292,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/pipeline.html b/examples/server_side/pipeline.html index a09f28f4..17aaced6 100644 --- a/examples/server_side/pipeline.html +++ b/examples/server_side/pipeline.html @@ -527,7 +527,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/post.html b/examples/server_side/post.html index b4ea6200..c3247f8f 100644 --- a/examples/server_side/post.html +++ b/examples/server_side/post.html @@ -302,7 +302,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/row_details.html b/examples/server_side/row_details.html index db2e667a..d3650714 100644 --- a/examples/server_side/row_details.html +++ b/examples/server_side/row_details.html @@ -402,7 +402,7 @@ tr.details td.details-control { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/select_rows.html b/examples/server_side/select_rows.html index 9ccafa43..28a3c3e3 100644 --- a/examples/server_side/select_rows.html +++ b/examples/server_side/select_rows.html @@ -319,7 +319,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/server_side/simple.html b/examples/server_side/simple.html index 317fcfa5..03d37552 100644 --- a/examples/server_side/simple.html +++ b/examples/server_side/simple.html @@ -278,7 +278,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/bootstrap.html b/examples/styling/bootstrap.html index e7a0099a..593dad72 100644 --- a/examples/styling/bootstrap.html +++ b/examples/styling/bootstrap.html @@ -734,7 +734,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/bootstrap4.html b/examples/styling/bootstrap4.html index 4c969079..316990cf 100644 --- a/examples/styling/bootstrap4.html +++ b/examples/styling/bootstrap4.html @@ -731,7 +731,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/cell-border.html b/examples/styling/cell-border.html index dd46d2b3..014698e6 100644 --- a/examples/styling/cell-border.html +++ b/examples/styling/cell-border.html @@ -721,7 +721,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/compact.html b/examples/styling/compact.html index 28ce0c71..7a090d32 100644 --- a/examples/styling/compact.html +++ b/examples/styling/compact.html @@ -722,7 +722,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/display.html b/examples/styling/display.html index 138be3a2..01c76489 100644 --- a/examples/styling/display.html +++ b/examples/styling/display.html @@ -733,7 +733,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/foundation.html b/examples/styling/foundation.html index 55eb0794..86e58b5a 100644 --- a/examples/styling/foundation.html +++ b/examples/styling/foundation.html @@ -735,7 +735,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/hover.html b/examples/styling/hover.html index 5460a6e7..a9b60500 100644 --- a/examples/styling/hover.html +++ b/examples/styling/hover.html @@ -722,7 +722,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/index.html b/examples/styling/index.html index be28d64d..dd625b6f 100644 --- a/examples/styling/index.html +++ b/examples/styling/index.html @@ -75,7 +75,7 @@ Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/jqueryUI.html b/examples/styling/jqueryUI.html index 8165aaf1..a5e4e5ba 100644 --- a/examples/styling/jqueryUI.html +++ b/examples/styling/jqueryUI.html @@ -733,7 +733,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/material.html b/examples/styling/material.html index 20df13cd..67a0f403 100644 --- a/examples/styling/material.html +++ b/examples/styling/material.html @@ -748,7 +748,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/no-classes.html b/examples/styling/no-classes.html index 88416c16..cf66fa2c 100644 --- a/examples/styling/no-classes.html +++ b/examples/styling/no-classes.html @@ -721,7 +721,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/order-column.html b/examples/styling/order-column.html index b81cba67..fc227ee3 100644 --- a/examples/styling/order-column.html +++ b/examples/styling/order-column.html @@ -722,7 +722,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/row-border.html b/examples/styling/row-border.html index 4026a289..ce56df60 100644 --- a/examples/styling/row-border.html +++ b/examples/styling/row-border.html @@ -721,7 +721,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/semanticui.html b/examples/styling/semanticui.html index 1bffc16b..1ec14ab5 100644 --- a/examples/styling/semanticui.html +++ b/examples/styling/semanticui.html @@ -734,7 +734,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/stripe.html b/examples/styling/stripe.html index f6f38ea0..357af1d5 100644 --- a/examples/styling/stripe.html +++ b/examples/styling/stripe.html @@ -721,7 +721,7 @@ $(document).ready(function() { Material Design (Tech. preview)
  • - UIKit 3 (Tech. preview) + UIKit (Tech. preview)
  • diff --git a/examples/styling/uikit.html b/examples/styling/uikit.html index 3eb9231f..98aed25e 100644 --- a/examples/styling/uikit.html +++ b/examples/styling/uikit.html @@ -4,8 +4,8 @@ - DataTables example - UIKit 3 (Tech. preview) - + DataTables example - UIKit (Tech. preview) + @@ -28,9 +28,9 @@ $(document).ready(function() {
    -

    DataTables example UIKit 3 (Tech. preview)

    +

    DataTables example UIKit (Tech. preview)

    -

    This example shows DataTables integrated with UIKit 3.

    +

    This example shows DataTables integrated with UIKit.

    The DataTables integration with UIKit is still in development and not all elements might work correctly yet. Only once all of DataTables extensions fully support UIKit will the integration be complete and available via the DataTables download builder.

    @@ -551,8 +551,7 @@ $(document).ready(function() {

    The following CSS library files are loaded for use in this example to provide the styling of the table:

    diff --git a/media/css/dataTables.uikit.css b/media/css/dataTables.uikit.css index cc2aa4d3..8e1e21ee 100644 --- a/media/css/dataTables.uikit.css +++ b/media/css/dataTables.uikit.css @@ -1,5 +1,8 @@ table.dataTable { clear: both; + margin-top: 6px !important; + margin-bottom: 6px !important; + max-width: none !important; } table.dataTable td, table.dataTable th { @@ -64,61 +67,40 @@ div.dataTables_wrapper div.dataTables_processing { padding: 1em 0; } +table.dataTable thead > tr > th, +table.dataTable thead > tr > td { + position: relative; +} table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting { padding-right: 30px; } -table.dataTable thead > tr > th:active, -table.dataTable thead > tr > td:active { - outline: none; -} -table.dataTable thead .sorting, -table.dataTable thead .sorting_asc, -table.dataTable thead .sorting_desc, -table.dataTable thead .sorting_asc_disabled, -table.dataTable thead .sorting_desc_disabled { - cursor: pointer; - position: relative; -} -table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, -table.dataTable thead .sorting_asc:before, -table.dataTable thead .sorting_asc:after, -table.dataTable thead .sorting_desc:before, -table.dataTable thead .sorting_desc:after, -table.dataTable thead .sorting_asc_disabled:before, -table.dataTable thead .sorting_asc_disabled:after, -table.dataTable thead .sorting_desc_disabled:before, -table.dataTable thead .sorting_desc_disabled:after { +table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, +table.dataTable thead > tr > td.sorting:after, +table.dataTable thead > tr > td.sorting_asc:after, +table.dataTable thead > tr > td.sorting_desc:after { position: absolute; - bottom: 1.2em; + top: 7px; + right: 8px; display: block; - opacity: 0.3; + font-family: 'FontAwesome'; } -table.dataTable thead .sorting:before, -table.dataTable thead .sorting_asc:before, -table.dataTable thead .sorting_desc:before, -table.dataTable thead .sorting_asc_disabled:before, -table.dataTable thead .sorting_desc_disabled:before { - right: 1em; - content: "\2191"; +table.dataTable thead > tr > th.sorting:after, +table.dataTable thead > tr > td.sorting:after { + content: "\f0dc"; + color: #ddd; + font-size: 0.8em; + padding-top: 0.12em; } -table.dataTable thead .sorting:after, -table.dataTable thead .sorting_asc:after, -table.dataTable thead .sorting_desc:after, -table.dataTable thead .sorting_asc_disabled:after, -table.dataTable thead .sorting_desc_disabled:after { - right: 0.5em; - content: "\2193"; +table.dataTable thead > tr > th.sorting_asc:after, +table.dataTable thead > tr > td.sorting_asc:after { + content: "\f0de"; } -table.dataTable thead .sorting_asc:before, -table.dataTable thead .sorting_desc:after { - opacity: 1; -} -table.dataTable thead .sorting_asc_disabled:before, -table.dataTable thead .sorting_desc_disabled:after { - opacity: 0; +table.dataTable thead > tr > th.sorting_desc:after, +table.dataTable thead > tr > td.sorting_desc:after { + content: "\f0dd"; } div.dataTables_scrollHead table.dataTable { diff --git a/media/css/dataTables.uikit.min.css b/media/css/dataTables.uikit.min.css index 7a033c8c..0818eed3 100644 --- a/media/css/dataTables.uikit.min.css +++ b/media/css/dataTables.uikit.min.css @@ -1 +1 @@ -table.dataTable{clear:both}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.row.uk-grid.dt-merge-grid{margin-top:5px}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:1.2em;display:block;opacity:0.3}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.uk-table-condensed>thead>tr>th{padding-right:20px}table.dataTable.uk-table-condensed .sorting:after,table.dataTable.uk-table-condensed .sorting_asc:after,table.dataTable.uk-table-condensed .sorting_desc:after{top:6px;right:6px} +table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.row.uk-grid.dt-merge-grid{margin-top:5px}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th,table.dataTable thead>tr>td{position:relative}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after{position:absolute;top:7px;right:8px;display:block;font-family:'FontAwesome'}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>td.sorting:after{content:"\f0dc";color:#ddd;font-size:0.8em;padding-top:0.12em}table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>td.sorting_asc:after{content:"\f0de"}table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_desc:after{content:"\f0dd"}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.uk-table-condensed>thead>tr>th{padding-right:20px}table.dataTable.uk-table-condensed .sorting:after,table.dataTable.uk-table-condensed .sorting_asc:after,table.dataTable.uk-table-condensed .sorting_desc:after{top:6px;right:6px} diff --git a/media/js/dataTables.uikit.js b/media/js/dataTables.uikit.js index b2938e19..2e617613 100644 --- a/media/js/dataTables.uikit.js +++ b/media/js/dataTables.uikit.js @@ -162,7 +162,7 @@ DataTable.ext.renderer.pageButton.uikit = function ( settings, host, idx, button catch (e) {} attach( - $(host).empty().html('