Don't wrap action column for servers
This commit is contained in:
parent
c477782ca8
commit
05116a65fb
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
<PropertyColumn Property="g => g.UpdatedBy" Sortable Hidden="@(Picker.IsColumnHidden("Updated By"))">
|
<PropertyColumn Property="g => g.UpdatedBy" Sortable Hidden="@(Picker.IsColumnHidden("Updated By"))">
|
||||||
@context.UpdatedBy?.UserName
|
@context.UpdatedBy?.UserName
|
||||||
</PropertyColumn>
|
</PropertyColumn>
|
||||||
<ActionColumn Title="" Style="text-align: right">
|
<ActionColumn Title="" Style="text-align: right; white-space: nowrap">
|
||||||
<TitleTemplate>
|
<TitleTemplate>
|
||||||
<div style="text-align: right">
|
<div style="text-align: right">
|
||||||
<Button Icon="@IconType.Outline.Edit" Type="@ButtonType.Text" OnClick="() => OpenColumnPicker()" />
|
<Button Icon="@IconType.Outline.Edit" Type="@ButtonType.Text" OnClick="() => OpenColumnPicker()" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue