@using System.Collections.Specialized @using AntDesign.TableModels @using LANCommander.Server.Data @using LANCommander.Server.Models @using System.IO.Compression @using System.Linq.Expressions @using System.Text @using Microsoft.EntityFrameworkCore @using Microsoft.AspNetCore.WebUtilities @using System.Web @namespace LANCommander.Server.UI.Components @attribute [CascadingTypeParameter(nameof(TItem))] @typeparam TItem where TItem : class, IBaseModel @inherits Table @inject IDbContextFactory DatabaseContextFactory @inject NavigationManager NavigationManager @inject DrawerService DrawerService @if (Searchable || ColumnPicker || LeftToolbar != null || RightToolbar != null) { @if (Searchable) { } @if (ColumnPicker) {