Skip to content

Commit 043ab76

Browse files
894649: Update Getting Started UG Document for Core and MVC
1 parent 96d388b commit 043ab76

File tree

1 file changed

+2
-2
lines changed
  • ej2-asp-core-mvc/code-snippet/pivot-table/getting-start-mvc/fieldlist

1 file changed

+2
-2
lines changed

ej2-asp-core-mvc/code-snippet/pivot-table/getting-start-mvc/fieldlist/tagHelper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
List<PivotData> pivotData = new List<PivotData>();
2+
List<PivotData> pivotData = new List<PivotData>();
33
pivotData.Add(new PivotData { Sold = 31, Amount = 52824, Country = "France", Products = "Mountain Bikes", Year = "FY 2015", Quarter = "Q1" });
44
pivotData.Add(new PivotData { Sold = 51, Amount = 86904, Country = "France", Products = "Mountain Bikes", Year = "FY 2015", Quarter = "Q2" });
55
pivotData.Add(new PivotData { Sold = 90, Amount = 153360, Country = "France", Products = "Mountain Bikes", Year = "FY 2015", Quarter = "Q3" });
@@ -94,4 +94,4 @@
9494
<e-field name="Amount" caption="Sold Amount"></e-field>
9595
</e-values>
9696
</e-datasourcesettings>
97-
</ejs-pivotview>
97+
</ejs-pivotview>

0 commit comments

Comments
 (0)