Skip to content

Commit

Permalink
Fix #7545: Datatable fix alignFrozen="right"
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 2, 2025
1 parent e76981e commit c63e275
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 @@ -507,7 +507,9 @@ export const BodyCell = React.memo((props) => {
if (getColumnProp('frozen')) {
updateStickyPosition();
}
});

React.useEffect(() => {
if (props.editMode === 'cell' || props.editMode === 'row') {
focusOnElement();
}
Expand Down

0 comments on commit c63e275

Please sign in to comment.