Skip to content

Commit

Permalink
Removing columns to have more space
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsecab committed Apr 17, 2024
1 parent 2915fec commit 1884567
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

<div class="@ThemeConfiguration.Grids.GridContainerCss">
<FluentDataGrid ItemsProvider="ItemsProvider" Pagination="this.paginationState">
<PropertyColumn Property="@( p=> p.Username)"></PropertyColumn>
<PropertyColumn Property="@( p=> p.VideoName)"></PropertyColumn>
<PropertyColumn Property="@( p=> p.Username)" Class="multiline-text"></PropertyColumn>
<TemplateColumn Title="@nameof(VideoViewerModel.TotalTimeWatched)">
@TimeSpan.FromSeconds(context.TotalTimeWatched)
</TemplateColumn>
Expand Down

0 comments on commit 1884567

Please sign in to comment.