Skip to content

Commit 9a514e4

Browse files
928535: To update code snippets for Core Pivot Table UG documentation
1 parent 59eaeb8 commit 9a514e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ej2-asp-core-mvc/code-snippet/pivot-table/filtering/label-filtering/filtering-ui/tagHelper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ejs-pivotview id="PivotView" height="300">
1+
<ejs-pivotview id="PivotView" height="300" showFieldList="true" showGroupingBar="true">
22
<e-datasourcesettings dataSource="@ViewBag.DataSource" expandAll="false" allowLabelFilter="true">
33
<e-rows>
44
<e-field name="Country"></e-field>

ej2-asp-core-mvc/code-snippet/pivot-table/filtering/max-node/tagHelper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ejs-pivotview id="PivotView" height="300" maxNodeLimitInMemberEditor=500>
1+
<ejs-pivotview id="PivotView" height="300" maxNodeLimitInMemberEditor=500 showFieldList="true">
22
<e-datasourcesettings dataSource="@ViewBag.DataSource" expandAll="false">
33
<e-rows>
44
<e-field name="DeliveryDate"></e-field>

ej2-asp-core-mvc/code-snippet/pivot-table/filtering/value-filtering-ui/tagHelper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ejs-pivotview id="PivotView" height="300">
1+
<ejs-pivotview id="PivotView" height="300" showFieldList="true">
22
<e-datasourcesettings dataSource="@ViewBag.DataSource" expandAll="false" allowValueFilter="true">
33
<e-rows>
44
<e-field name="Country"></e-field>

0 commit comments

Comments
 (0)