Skip to content
On this page

Interface: NTableColumnConfig

表格列的配置项

Hierarchy

Properties

columns

Optional columns: Record<string | number, ColumnConfig | NestColumnConfig>

可通过此属性单独指定某个列的配置属性.

Defined in

dist/src/components/n-table/table-types.d.ts:164


resizable

resizable: boolean

是否可拖拽调整列宽

Inherited from

ColumnConfig.resizable

Defined in

dist/src/components/n-table/table-types.d.ts:154