diff --git a/components/lib/datatable/BodyCell.js b/components/lib/datatable/BodyCell.js index aa59282e97..83d5442386 100644 --- a/components/lib/datatable/BodyCell.js +++ b/components/lib/datatable/BodyCell.js @@ -189,6 +189,8 @@ export const BodyCell = React.memo((props) => { closeCell(event); } else { event.preventDefault(); + + return newRowData; } }); };