diff --git a/docs/input/widgets/table.md b/docs/input/widgets/table.md index 94eb74f..7b28943 100644 --- a/docs/input/widgets/table.md +++ b/docs/input/widgets/table.md @@ -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(); ``` \ No newline at end of file