# hd-table-column Table-Column 表格列 ## Props |Name|Description|Type|Required|Default| |---|---|---|---|---| |prop|列对应字段|`String`|`false`|-| |label|列标题|`String`|`false`|-| |width|列宽度|`String`|`false`|-| |fixed|列是否固定|`Boolean`|`false`|false| |sortable|是否开启列排序|`Boolean`|`false`|false|