Skip to content

Commit e710d31

Browse files
author
antoineatrhea
committed
Paging removed from requirement breakdown views
1 parent db66d02 commit e710d31

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

UI_DSM.Client/Components/NormalUser/Views/RequirementBreakdownStructureView.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<LoadingComponent IsLoading="this.IsLoading">
3030
<div class="breakdown-view">
3131
<DxGrid
32-
PageSize="8"
32+
ShowAllRows="true"
3333
CssClass="default-grid"
3434
@ref="@this.DxGrid"
3535
Data="@(this.ViewModel.Rows)"

UI_DSM.Client/Components/NormalUser/Views/RequirementVerificationControlView.razor

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

2929
<LoadingComponent IsLoading="this.IsLoading">
3030
<div class="breakdown-view">
31-
<DxGrid PageSize="8"
31+
<DxGrid ShowAllRows="true"
3232
CssClass="default-grid"
3333
@ref="@this.DxGrid"
3434
Data="@(this.ViewModel.Rows)"

UI_DSM.Client/UI_DSM.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
5-
<AssemblyVersion>1.6.2</AssemblyVersion>
5+
<AssemblyVersion>1.6.3</AssemblyVersion>
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Blazored.SessionStorage" Version="2.2.0" />

0 commit comments

Comments
 (0)