Skip to content

Commit

Permalink
Fix #5233: Cell editor ColumnEditorOptions param fix (#5397)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 27, 2023
1 parent fb79a2e commit e135dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/lib/datatable/BodyCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ export const BodyCell = React.memo((props) => {
} else {
event.preventDefault();
}

return newRowData;
});
};

Expand Down

0 comments on commit e135dc2

Please sign in to comment.