From 5fb3c85f671ada3b0856ae9d94a2c66d88eadbf5 Mon Sep 17 00:00:00 2001 From: ParameshwaranSF4845 Date: Wed, 10 Sep 2025 16:46:57 +0530 Subject: [PATCH] 979178: Tableissue --- blazor/diagram/layout/mind-map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazor/diagram/layout/mind-map.md b/blazor/diagram/layout/mind-map.md index 5b33d99554..b37a8db5a6 100644 --- a/blazor/diagram/layout/mind-map.md +++ b/blazor/diagram/layout/mind-map.md @@ -658,7 +658,7 @@ The following code demonstrates how to update the layout's orientation dynamical You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Layout/MindmapOrientationRuntime). The following table outlines the various orientation types available: -Orientation Type|Description| +|Orientation Type|Description| |---|---| |[`Horizontal`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.LayoutOrientation.html#Syncfusion_Blazor_Diagram_LayoutOrientation_Horizontal)|Aligns the tree layout from left to right| |[`Vertical`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.LayoutOrientation.html#Syncfusion_Blazor_Diagram_LayoutOrientation_Vertical)|Aligns the tree layout from top to bottom|