Skip to content

Commit 9fb8b78

Browse files
authored
Merge pull request #6838 from syncfusion-content/EJ2-980754-Section-2
980754: Revise UG Documentation Content for Blazor Platform(Section-3)
2 parents 222fe30 + 6b4c96a commit 9fb8b78

File tree

8 files changed

+739
-584
lines changed

8 files changed

+739
-584
lines changed

blazor/pivot-table/aggregation.md

Lines changed: 52 additions & 47 deletions
Large diffs are not rendered by default.

blazor/pivot-table/calculated-field.md

Lines changed: 136 additions & 49 deletions
Large diffs are not rendered by default.

blazor/pivot-table/drill-down.md

Lines changed: 116 additions & 113 deletions
Large diffs are not rendered by default.

blazor/pivot-table/editing.md

Lines changed: 110 additions & 93 deletions
Large diffs are not rendered by default.

blazor/pivot-table/globalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ documentation: ug
1515

1616
## Right-to-left (RTL)
1717

18-
Right-to-left (RTL) provides an option to switch the text direction and layout of the pivot table component from right to left. It improves user experiences and accessibility for users who use right-to-left languages (Arabic, Farsi, Urdu, etc.). In the following code sample, the `EnableRtl` property is used to enable RTL in the pivot table.
18+
Right-to-left (RTL) support makes the Pivot Table more accessible and user-friendly for people who read and write in right-to-left languages such as Arabic, Farsi, and Urdu. This feature adjusts the text direction and layout of the entire Pivot Table from a left-to-right to a right-to-left orientation. To enable RTL in the Pivot Table, set the [`EnableRtl`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.PivotView.SfPivotView-1.html#Syncfusion_Blazor_PivotView_SfPivotView_1_EnableRtl) property to **true**.
1919

2020
```cshtml
2121
@using Syncfusion.Blazor.PivotView

blazor/pivot-table/grouping.md

Lines changed: 58 additions & 54 deletions
Large diffs are not rendered by default.

blazor/pivot-table/hyper-link.md

Lines changed: 196 additions & 169 deletions
Large diffs are not rendered by default.

blazor/pivot-table/sorting.md

Lines changed: 70 additions & 58 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)