Skip to content

Commit e38a1de

Browse files
authored
928535: To update code snippets for Core Pivot Table UG documentation - Section 2
1 parent cd0d869 commit e38a1de

File tree

1 file changed

+2
-2
lines changed
  • ej2-asp-core-mvc/code-snippet/pivot-table/sorting

1 file changed

+2
-2
lines changed

ej2-asp-core-mvc/code-snippet/pivot-table/sorting/tagHelper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ejs-pivotview id="PivotView" height="300">
44
<e-datasourcesettings dataSource="@ViewBag.DataSource" expandAll="false">
55
<e-sortsettings>
6-
<e-field name="Country" Order="@Sorting.Descending"></e-field>
6+
<e-field name="Country" order="Descending"></e-field>
77
</e-sortsettings>
88
<e-rows>
99
<e-field name="Country"></e-field>
@@ -18,4 +18,4 @@
1818
<e-field name="Amount" caption="Sold Amount"></e-field>
1919
</e-values>
2020
</e-datasourcesettings>
21-
</ejs-pivotview>
21+
</ejs-pivotview>

0 commit comments

Comments
 (0)