Table of Contents

Class TableSettings

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

TableSettings 表格组件全局默认设置

public class TableSettings
Inheritance
TableSettings
Inherited Members
Extension Methods

Constructors

TableSettings()

public TableSettings()

Properties

CheckboxColumnWidth

获得/设置 复选框宽度 默认 36

public int CheckboxColumnWidth { get; set; }

Property Value

int

ColumnMinWidth

获得/设置 列最小宽度 默认 64

public int ColumnMinWidth { get; set; }

Property Value

int

DetailColumnWidth

获得/设置 明细行 Row Header 宽度 默认 24

public int DetailColumnWidth { get; set; }

Property Value

int

LineNoColumnWidth

获得/设置 行号列宽度 默认 60

public int LineNoColumnWidth { get; set; }

Property Value

int

ShowCheckboxTextColumnWidth

获得/设置 显示文字的复选框列宽度 默认 80

public int ShowCheckboxTextColumnWidth { get; set; }

Property Value

int

TableExportOptions

获得/设置 TableExportExcelOptions 配置 默认为不为空

public TableExportOptions TableExportOptions { get; set; }

Property Value

TableExportOptions

TableRenderMode

获得/设置 表格渲染模式

public TableRenderMode? TableRenderMode { get; set; }

Property Value

TableRenderMode?