Anyway to show a custom modal containing a form when editing? #647
-
I'm aware of the various edit modes when using this library. I'd like to have my own MUI dialog show instead of what happens currently when the editingMode is set to "modal". Is this possible and if so, how do I make that happen? TIA |
Beta Was this translation helpful? Give feedback.
Answered by
KevinVandy
Aug 3, 2023
Replies: 1 comment 1 reply
-
A "custom" edit mode is coming in v2. It handles the state, but not the UI so that you can 100% control your own UI for editing. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
msueping
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A "custom" edit mode is coming in v2. It handles the state, but not the UI so that you can 100% control your own UI for editing.