@using AntDesign.TableModels @using LANCommander.Server.Data @using LANCommander.Server.Models @using System.IO.Compression @using System.Linq.Expressions @using Microsoft.EntityFrameworkCore @using System.Web @namespace LANCommander.Server.UI.Components @attribute [CascadingTypeParameter(nameof(TItem))] @typeparam TItem where TItem : BaseModel @inherits Table @inject IDbContextFactory DatabaseContextFactory @inject NavigationManager NavigationManager @inject DrawerService DrawerService @if (Searchable) { }