Skip to content

Commit d836ad1

Browse files
authored
Add ShowRowSeparators in Table Widget docs (#1807)
1 parent 57dd8ee commit d836ad1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/input/widgets/table.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,11 @@ table.Columns[0].NoWrap();
137137
```csharp
138138
// Set the column width
139139
table.Columns[0].Width(15);
140+
```
141+
142+
### Show row separators
143+
144+
```csharp
145+
// Shows separator between each row
146+
table.ShowRowSeparators();
140147
```

0 commit comments

Comments
 (0)