Skip to content

Commit

Permalink
Fix primefaces#5233: Cell editor ColumnEditorOptions param fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 9, 2024
1 parent 1cc15e9 commit 2904e6c
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 @@ -186,6 +186,8 @@ export const BodyCell = React.memo((props) => {
} else {
event.preventDefault();
}

return newRowData;
});
};

Expand Down

0 comments on commit 2904e6c

Please sign in to comment.