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
@ -138,3 +138,10 @@ table.Columns[0].NoWrap();
|
||||
// Set the column width
|
||||
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