File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ej2-asp-core-mvc/code-snippet/pivot-table/filtering
label-filtering/filtering-ui Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments