Add documentation for table component

Adds Table documentation page under Components section with
an example of how to create a basic table.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I9033fae662bd46d301edfb02d8a5c108e05017c6
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 61ac0a8..c650d7e 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -48,6 +48,7 @@
             "/guide/components/",
             "/guide/components/alert",
             "/guide/components/button",
+            "/guide/components/table",
             "/guide/components/toast",
           ]
           },