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
OnFilterAsync
获得 过滤异步回调方法
Func<Task>? OnFilterAsync { get; }
Property Value
Methods
GetVisibleColumns()
获得 ITable 实例配置的可见列集合
IEnumerable<ITableColumn> GetVisibleColumns()