Interface: NTableColumnConfig
表格列的配置项
Hierarchy
↳
NTableColumnConfig
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
Defined in
dist/src/components/n-table/table-types.d.ts:154