Home > RichTableProps > onColSizeChange
RichTableProps.onColSizeChange property
列宽变更通知
Signature
typescript
onColSizeChange?: (info: { colKey: string; width: number }) => void;1