Replace markdown table (#2055)

* Replace markdown table

* snapshots

* fix markdown snapshot

* snapshot update

* imports and docstrings

* remove reference to DataTable

* typing fix
This commit is contained in:
Will McGugan
2023-03-18 10:38:26 +00:00
committed by GitHub
parent 45520f2da1
commit 2c120c0983
3 changed files with 240 additions and 208 deletions

View File

@@ -148,7 +148,7 @@ Quotes nest nicely. Here's what quotes within quotes look like:
## Tables
Tables are supported, and render with a DataTable.
Tables are supported, and render as a Rich table.
I would like to add controls to these widgets to export the table as CSV, which I think would be a nice feature. In the future we might also have sortable columns by clicking on the headers.