Browse Source

Remove Sortable property from "Actions" column

pull/12327/head
enisn 4 years ago
parent
commit
2877be9906
  1. 1
      modules/identity/src/Volo.Abp.Identity.Blazor/Pages/Identity/RoleManagement.razor.cs

1
modules/identity/src/Volo.Abp.Identity.Blazor/Pages/Identity/RoleManagement.razor.cs

@ -82,7 +82,6 @@ public partial class RoleManagement
{ {
Title = L["Actions"], Title = L["Actions"],
Actions = EntityActions.Get<RoleManagement>(), Actions = EntityActions.Get<RoleManagement>(),
Sortable = true,
}, },
new TableColumn new TableColumn
{ {

Loading…
Cancel
Save