How to use inline edit along with renderRowActions. #275
-
Currently when I pass the prop enableEditing as true and use the renderRowActions props to add some more buttons to the actions column the editing icon gets overridden by renderRowActions react component. Is there a way I can use the existing editing functionality and add my own custom actions too to the action buttons. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://www.material-react-table.com/docs/guides/display-columns#create-your-own-display-columns |
Beta Was this translation helpful? Give feedback.
-
Hello. I want to use editing row - https://www.material-react-table.com/docs/guides/editing#row-editing-mode |
Beta Was this translation helpful? Give feedback.
renderRowActions
is kind of an override for that column. You can either implement your own edit button along side the other buttons, or put your buttons in their own display column instead of using renderRowActions.https://www.material-react-table.com/docs/guides/display-columns#create-your-own-display-columns