mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add code markup to mention of the Table class
This commit is contained in:
@@ -191,7 +191,7 @@ Let's modify the default width for the fizzbuzz example. By default, the table w
|
|||||||
```{.textual path="docs/examples/guide/widgets/fizzbuzz02.py"}
|
```{.textual path="docs/examples/guide/widgets/fizzbuzz02.py"}
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that we've added `expand=True` to tell the Table to expand beyond the optimal width, so that it fills the 50 characters returned by `get_content_width`.
|
Note that we've added `expand=True` to tell the `Table` to expand beyond the optimal width, so that it fills the 50 characters returned by `get_content_width`.
|
||||||
|
|
||||||
|
|
||||||
## Compound widgets
|
## Compound widgets
|
||||||
|
|||||||
Reference in New Issue
Block a user