From 919b92400994792725ba36c15e4e00a3d0438216 Mon Sep 17 00:00:00 2001 From: Anton Platonov Date: Mon, 13 Mar 2017 14:15:27 +0200 Subject: [PATCH] Fix demos to work IE11 Fixes #799 --- demo/columns.html | 22 +++--- demo/data.html | 114 +++++++++++++++------------- demo/row-details.html | 14 ++-- demo/selection.html | 146 ++++++++++++++++++------------------ demo/sorting-filtering.html | 92 ++++++++++++----------- demo/x-data-provider.html | 92 ++++++++++++----------- 6 files changed, 252 insertions(+), 228 deletions(-) diff --git a/demo/columns.html b/demo/columns.html index bec4dd81a..145771580 100644 --- a/demo/columns.html +++ b/demo/columns.html @@ -295,16 +295,18 @@

Dynamic Columns using dom-repeat

diff --git a/demo/data.html b/demo/data.html index 80525a10c..a84b3b0b9 100644 --- a/demo/data.html +++ b/demo/data.html @@ -49,18 +49,20 @@

Assigning Array Data

@@ -104,26 +106,28 @@

Dynamic Array Data

@@ -172,26 +176,28 @@

Dynamic Height

@@ -232,22 +238,24 @@

Assigning Remote/Function Data

diff --git a/demo/row-details.html b/demo/row-details.html index 0bd345ea1..dbcd346a5 100644 --- a/demo/row-details.html +++ b/demo/row-details.html @@ -147,12 +147,14 @@

Expanding Items Without Data Binding

diff --git a/demo/selection.html b/demo/selection.html index 4e0ceb398..578aa586d 100644 --- a/demo/selection.html +++ b/demo/selection.html @@ -62,18 +62,20 @@

Selection using Active Item

@@ -217,52 +219,52 @@

Custom Select All with Data Provider

@@ -332,27 +334,29 @@

Space Key Action and Click to Activate

diff --git a/demo/sorting-filtering.html b/demo/sorting-filtering.html index 29ce8780f..e47877a53 100644 --- a/demo/sorting-filtering.html +++ b/demo/sorting-filtering.html @@ -122,32 +122,34 @@

Sorting with Data Provider

@@ -249,38 +251,40 @@

Filtering with Data Provider

diff --git a/demo/x-data-provider.html b/demo/x-data-provider.html index 7aee21199..0b0eb0579 100644 --- a/demo/x-data-provider.html +++ b/demo/x-data-provider.html @@ -3,66 +3,70 @@