CRUD Table Editing - Making edit window big as the whole cell #97
Answered
by
KevinVandy
tarasowski
asked this question in
Q&A
-
Hey everyone, Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
KevinVandy
Jul 21, 2023
Replies: 1 comment 1 reply
-
you can customize the text box with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tarasowski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can customize the text box with
mantineEditTextInputProps
per column. Add some CSS. However, you might want to use a customEdit
component using the MantineTextarea
component instead. Maybe this will be a built-in edit variant in the future versions of MRT.