mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user