diff --git a/demo/.eslintrc.json b/demo/.eslintrc.json
index 47b99ffa..450f6b6f 100644
--- a/demo/.eslintrc.json
+++ b/demo/.eslintrc.json
@@ -1,5 +1,5 @@
{
"rules": {
- "no-console": 0
+ "no-console": 0
}
}
diff --git a/demo/ajax-demo.html b/demo/ajax-demo.html
index 00007896..ca8482a5 100644
--- a/demo/ajax-demo.html
+++ b/demo/ajax-demo.html
@@ -1,85 +1,155 @@
-
-
-
+
+
+
- Cosmoz Omnitable demo
+ Cosmoz Omnitable demo
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
Cosmoz omnitable demo
-
-
+
+
+
Cosmoz omnitable demo
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
diff --git a/demo/custom-template-demo.html b/demo/custom-template-demo.html
index ebf3f05d..e0e82c22 100644
--- a/demo/custom-template-demo.html
+++ b/demo/custom-template-demo.html
@@ -1,141 +1,190 @@
-
-
-
-
- Cosmoz Omnitable demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
Cosmoz omnitable templates demo
+
+
+
+
+
+ Selected items count: {{selectedItems.length}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ customElements.define(XPage.is, XPage);
+
+