From 8c064ad0a90a07fbd072578d697c7642d9252481 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Wed, 6 Jan 2016 23:02:26 +0100 Subject: [PATCH 1/2] Fix invalid responsive data table example - add missing dataTables.responsive.js script - add width attribute --- pages/tables.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/tables.html b/pages/tables.html index 4490c48..451b3de 100644 --- a/pages/tables.html +++ b/pages/tables.html @@ -390,7 +390,7 @@
- +
@@ -1127,7 +1127,8 @@ - + + From 9da00b7d4a170ddaeb86382b081bdc07030e01c1 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Wed, 6 Jan 2016 23:09:41 +0100 Subject: [PATCH 2/2] Freeze datatable-responsive dependency Patch version 1.0.7 of datatables-responsive library breaks backward compatibility. There is no css distribution files and they are renamed. https://github.com/DataTables/Responsive/issues/45 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 7ddba3f..4773890 100644 --- a/bower.json +++ b/bower.json @@ -34,7 +34,7 @@ "holderjs": "~2.4.1", "metisMenu": "~1.1.3", "morrisjs": "~0.5.1", - "datatables-responsive": "~1.0.3", + "datatables-responsive": "1.0.6", "bootstrap-social": "~4.8.0", "flot.tooltip": "~0.8.4" }
Rendering engine