Skip to content

Commit fefb571

Browse files
committed
config(EJ2-000): commit for pivot samples-update
1 parent 816f647 commit fefb571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ej2-blazor-samples/Pages/PivotView/PivotTable/AdvanceFiltering.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To achieve this in code-behind, use the <code>filterSettings</code> object in th
6464

6565
<div class="control-section">
6666
<div class="content-wrapper">
67-
<EjsPivotView ID="pivotview" Width="100%" Height="340" ShowFieldList=true ShowGroupingBar=true>
67+
<EjsPivotView ID="pivotview" Width="100%" Height="400" ShowFieldList=true ShowGroupingBar=true>
6868
<PivotViewDataSource Data="@data" ExpandAll=false EnableSorting=true AllowLabelFilter=true AllowValueFilter=true>
6969
<PivotViewColumns>
7070
<PivotViewColumn Name="Year"></PivotViewColumn>

ej2-blazor-samples/Pages/PivotView/PivotTable/UserInteraction.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<div class="control-section">
3434
<div class="content-wrapper">
35-
<EjsPivotView ID="pivotview" Width="100%" Height="300" ShowFieldList=true ShowGroupingBar=true>
35+
<EjsPivotView ID="pivotview" Width="100%" Height="400" ShowFieldList=true ShowGroupingBar=true>
3636
<PivotViewDataSource Data="@data" ExpandAll=false EnableSorting=true>
3737
<PivotViewColumns>
3838
<PivotViewColumn Name="Year"></PivotViewColumn>

0 commit comments

Comments
 (0)