Replies: 1 comment
-
Apologies, I found the method: const muiEditRowDialogProps = (props: { row: MRT_Row; table: MRT_TableInstance; }): DialogProps => ({ then const table = useMaterialReactTable({muiEditRowDialogProps: muiEditRowDialogProps}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks to MRT_EditRowModal it is possible to create our custom form by using renderEditRowDialogContent. This works good but unfortunately it is not possible to customize the width of the opening Dialog. The reason is apparently the hardcoded maxWidth="xs". Would it be possible to make maxWidth customizable to allow users to fully customize the modal dialog? Thanks
Beta Was this translation helpful? Give feedback.
All reactions