|
@@ -147,8 +147,6 @@ const BasicTable: {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const rowSelectionOptions = useMemo(() => {
|
|
const rowSelectionOptions = useMemo(() => {
|
|
|
- console.log('rowSelection', rowSelection)
|
|
|
|
|
-
|
|
|
|
|
if (isNullOrUnDef(rowSelection)) return false
|
|
if (isNullOrUnDef(rowSelection)) return false
|
|
|
if (Reflect.has(rowSelection, 'onChange')) {
|
|
if (Reflect.has(rowSelection, 'onChange')) {
|
|
|
const { onChange: rowOnChange } = rowSelection
|
|
const { onChange: rowOnChange } = rowSelection
|