@using MudBlazor.Internal @using DiunaBI.Application.DTOModels @foreach (LayerType type in Enum.GetValues(typeof(LayerType))) { @type.ToString() } Name Type await OnRowRightClick(e, row))" @oncontextmenu:preventDefault="true">@row.Name await OnRowRightClick(e, row))" @oncontextmenu:preventDefault="true">@row.Type No layers to display Loading... @if (layers.TotalCount > 0) { Results @((layers.Page - 1) * layers.PageSize + 1) - @Math.Min(layers.Page * layers.PageSize, layers.TotalCount) of @layers.TotalCount }