Home > SelectionConfig > onChange
SelectionConfig.onChange property
选择变更通知(受控模式必传)
签名
typescript
onChange?: (info: { selectedKeys: string[]; selectedRows: RichTableRow[]; detail: { action: 'select' | 'unselect' | 'selectAll' | 'clear'; row?: RichTableRow; triggerFromCheck?: boolean } }) => void;1