Re-enable rows per page options
This commit is contained in:
parent
6d46eeb624
commit
44ba2e7229
@ -41,16 +41,16 @@
|
|||||||
</MudTh>
|
</MudTh>
|
||||||
<MudTh>
|
<MudTh>
|
||||||
<MudTableSortLabel SortBy="@(new Func<Title, object>(x => x.TitleName))">
|
<MudTableSortLabel SortBy="@(new Func<Title, object>(x => x.TitleName))">
|
||||||
Name
|
Title
|
||||||
</MudTableSortLabel>
|
</MudTableSortLabel>
|
||||||
</MudTh>
|
</MudTh>
|
||||||
</HeaderContent>
|
</HeaderContent>
|
||||||
<RowTemplate>
|
<RowTemplate>
|
||||||
<MudTd DataLabel="Id" Class="cursor-pointer">@context.TitleId</MudTd>
|
<MudTd DataLabel="Id" Class="cursor-pointer">@context.TitleId</MudTd>
|
||||||
<MudTd DataLabel="Name" Class="cursor-pointer">@context.TitleName</MudTd>
|
<MudTd DataLabel="Title" Class="cursor-pointer">@context.TitleName</MudTd>
|
||||||
</RowTemplate>
|
</RowTemplate>
|
||||||
<PagerContent>
|
<PagerContent>
|
||||||
<MudTablePager PageSizeOptions="new []{10}"/>
|
<MudTablePager />
|
||||||
</PagerContent>
|
</PagerContent>
|
||||||
</MudTable>
|
</MudTable>
|
||||||
<MudText Class="mt-4 d-block" Typo="Typo.caption"><b>Selected Title:</b> @selectedTitle?.TitleName</MudText>
|
<MudText Class="mt-4 d-block" Typo="Typo.caption"><b>Selected Title:</b> @selectedTitle?.TitleName</MudText>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<MudItem xs="12" md="8">
|
<MudItem xs="12" md="8">
|
||||||
<MudTextField @bind-Value="@response.Title" Label="Title"/>
|
<MudTextField @bind-Value="@response.Title" Label="Title"/>
|
||||||
<MudButton Color="Color.Primary" Class="mt-1" Size="Size.Small" OnClick="@((e)=>OpenChooseTitleDialog())">
|
<MudButton Color="Color.Primary" Class="mt-1" Size="Size.Small" OnClick="@((e)=>OpenChooseTitleDialog())">
|
||||||
Choose a built in title
|
Select a Title
|
||||||
</MudButton>
|
</MudButton>
|
||||||
</MudItem>
|
</MudItem>
|
||||||
<MudItem xs="12" md="4">
|
<MudItem xs="12" md="4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user