Table of Contents

Interface ITable

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

ITable 接口

public interface ITable : IColumnCollection
Inherited Members
Extension Methods

Properties

Filters

获得 过滤条件集合

Dictionary<string, IFilterAction> Filters { get; }

Property Value

Dictionary<string, IFilterAction>

OnFilterAsync

获得 过滤异步回调方法

Func<Task>? OnFilterAsync { get; }

Property Value

Func<Task>

Methods

GetVisibleColumns()

获得 ITable 实例配置的可见列集合

IEnumerable<ITableColumn> GetVisibleColumns()

Returns

IEnumerable<ITableColumn>