From e6b9fcd9608b224da95366fccb39e4e0d1fc4818 Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Fri, 25 Feb 2022 13:12:07 +0100 Subject: [PATCH] [examples/data-literate/pages/demo][s]: Use Portaljs Table component in demo.mdx --- examples/data-literate/pages/demo.mdx | 67 ++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/examples/data-literate/pages/demo.mdx b/examples/data-literate/pages/demo.mdx index c3984a4b..a7e4c62e 100644 --- a/examples/data-literate/pages/demo.mdx +++ b/examples/data-literate/pages/demo.mdx @@ -65,7 +65,7 @@ You can create a table of contents by having a markdown heading named `Table of ## A Table -You can create tables ... +You can create a simple table ... ``` ``` +___ + +You can also create a Table Grid, with more advance features + +``` + +``` + + + +### Table Grid from Raw CSV + +You can also pass raw CSV as the content ... + +``` + +``` + + + +### Table Grid from a URL + +``` + +``` + + + + ## Charts