mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-11-03 18:25:26 +08:00
Update documentation for aligning tables
This commit is contained in:
committed by
Patrik Svensson
parent
e7f497050c
commit
f34fc43d00
@@ -82,6 +82,15 @@ table.HideHeaders();
|
|||||||
table.Width(50);
|
table.Width(50);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Alignment
|
||||||
|
|
||||||
|
```csharp
|
||||||
|
table.Alignment(Justify.Right);
|
||||||
|
table.RightAligned();
|
||||||
|
table.Centered();
|
||||||
|
table.LeftAligned();
|
||||||
|
```
|
||||||
|
|
||||||
# Column appearance
|
# Column appearance
|
||||||
|
|
||||||
<!------------------------->
|
<!------------------------->
|
||||||
|
|||||||
Reference in New Issue
Block a user