Commit 59980834 by zhaochengxiang

bug fix

parent 9457c756
......@@ -131,7 +131,6 @@ function FC<RowType extends object = any>({ width, maxHeight, pageSize, pageNum,
}}
onRow={(record, index) => {
return {
id: record?.id,
onClick: event => {
onRowClick?.(event, record)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment