We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0d869 commit e38a1deCopy full SHA for e38a1de
ej2-asp-core-mvc/code-snippet/pivot-table/sorting/tagHelper
@@ -3,7 +3,7 @@
3
<ejs-pivotview id="PivotView" height="300">
4
<e-datasourcesettings dataSource="@ViewBag.DataSource" expandAll="false">
5
<e-sortsettings>
6
- <e-field name="Country" Order="@Sorting.Descending"></e-field>
+ <e-field name="Country" order="Descending"></e-field>
7
</e-sortsettings>
8
<e-rows>
9
<e-field name="Country"></e-field>
@@ -18,4 +18,4 @@
18
<e-field name="Amount" caption="Sold Amount"></e-field>
19
</e-values>
20
</e-datasourcesettings>
21
-</ejs-pivotview>
+</ejs-pivotview>
0 commit comments