From 805c2e3d6b2fcabddbbbba0a68a475f6db49cdb3 Mon Sep 17 00:00:00 2001 From: Rico Chen Date: Fri, 3 Nov 2017 09:00:28 -0400 Subject: [PATCH 1/2] added example with input --- examples/with-input.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/with-input.html diff --git a/examples/with-input.html b/examples/with-input.html new file mode 100644 index 0000000..3f38b09 --- /dev/null +++ b/examples/with-input.html @@ -0,0 +1,31 @@ + + + +basic example + + + + + + + +
+ +
+

Render in table

+
+ + + + From 92944ba7cdadaad48750bb348935d7b3627d6325 Mon Sep 17 00:00:00 2001 From: Rico Chen Date: Thu, 9 Nov 2017 19:52:11 -0500 Subject: [PATCH 2/2] updated example title --- examples/with-input.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-input.html b/examples/with-input.html index 3f38b09..4f103a4 100644 --- a/examples/with-input.html +++ b/examples/with-input.html @@ -1,7 +1,7 @@ -basic example +input example