Interface ITableCellButton
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
ITableCellButton 接口
public interface ITableCellButton : ITableCellComponent
- Extension Methods
Properties
AutoRenderTableWhenClick
获得/设置 点击按钮是否重新渲染 Table 组件 默认 false 不重新渲染 设置 true 时会调用 QueryAsync(int?) 方法,触发 OnQueryAsync 回调
bool AutoRenderTableWhenClick { get; set; }
Property Value
AutoSelectedRowWhenClick
获得/设置 点击按钮是否选中正行 默认 true 选中
bool AutoSelectedRowWhenClick { get; set; }