Home > RichTableProps > onCheckChange
RichTableProps.onCheckChange property
勾选变更通知
Signature
typescript
onCheckChange?: (info: { checkedRows: T[]; checkedKeys: string[]; detail: CheckChangeDetail }) => void;1