mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-16 04:03:22 +08:00
Add ShowRowSeparators in Table Widget docs (#1807)
This commit is contained in:
parent
57dd8ee410
commit
d836ad1805
@ -137,4 +137,11 @@ table.Columns[0].NoWrap();
|
|||||||
```csharp
|
```csharp
|
||||||
// Set the column width
|
// Set the column width
|
||||||
table.Columns[0].Width(15);
|
table.Columns[0].Width(15);
|
||||||
|
```
|
||||||
|
|
||||||
|
### Show row separators
|
||||||
|
|
||||||
|
```csharp
|
||||||
|
// Shows separator between each row
|
||||||
|
table.ShowRowSeparators();
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user