Skip to content

Commit

Permalink
Adding options.actionsCellStyle to Cell also when editing row (#831)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean Pereira <[email protected]>
Co-authored-by: Domino987 <[email protected]>
  • Loading branch information
3 people committed Feb 8, 2024
1 parent 6fb01f5 commit 5134fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MTableEditRow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ function MTableEditRow(props) {
style={{
width: 42 * actions.length,
padding: '0px 5px',
...options.editCellStyle
...options.editCellStyle,
...options.actionsCellStyle
}}
>
<props.components.Actions
Expand Down

0 comments on commit 5134fb4

Please sign in to comment.