Home > RichTableProps > onSelectionChange
RichTableProps.onSelectionChange property
选择变更通知
Signature
typescript
onSelectionChange?: (info: { selectedKeys: string[]; selectedRows: T[] }) => void;1