Skip to content

Commit

Permalink
Adding multiple lines for vidoe name column
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsecab committed Apr 12, 2024
1 parent 9c63810 commit 007b915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div class="@ThemeConfiguration.Grids.GridContainerCss">
<FluentDataGrid ItemsProvider="ItemsProvider" Pagination="this.paginationState">
<PropertyColumn Property="@(p=>p.Name)"></PropertyColumn>
<PropertyColumn Class="multiline-text" Property="@(p=>p.Name)"></PropertyColumn>
<PropertyColumn Property="@(P=>P.VideoId)"></PropertyColumn>
<PropertyColumn Property="@(p=>p.YouTubeVideoId)"></PropertyColumn>
<TemplateColumn Class="multiline-text">
Expand Down

0 comments on commit 007b915

Please sign in to comment.