This commit is contained in:
BOT Alex 2023-08-24 23:28:45 +02:00
commit ec55964c46

View file

@ -42,7 +42,7 @@
@if (Charecters != null) @if (Charecters != null)
{ {
<MudPaper Class="overflow-scroll rounded-0" Style="height: 50vh;" Elevation="1"> <MudPaper Class="overflow-scroll rounded-0" Style="height: 50vh;" Elevation="1">
<MudDataGrid FixedHeader=true Items="@Charecters"> <MudDataGrid FixedHeader=true Items="@Charecters" Breakpoint="Breakpoint.None">
<Columns> <Columns>
<PropertyColumn Property="x => x.charcter" Title="CChar" /> <PropertyColumn Property="x => x.charcter" Title="CChar" />
<PropertyColumn Property="x => x.pinyin" Title="Pinyin" /> <PropertyColumn Property="x => x.pinyin" Title="Pinyin" />