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