Commit 85cca90f authored by zhangwenshuai's avatar zhangwenshuai

增加tableId

parent 0b3f7368
......@@ -380,7 +380,7 @@ const Cell = (props: CellProps) => {
>
{columnIndex === 0 && (rowSelection || showExpand || showIndex) && renderFirst()}
<div
id={`cellUnit_${record.id}_${columnName}`}
id={`cellUnit_${tableId}_${record.id}_${columnName}`}
className={classNames(
s.cellData,
'cellUnit',
......
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