Generate forms from serializer #7990
Unanswered
Enzodtz
asked this question in
Question & Answer
Replies: 0 comments
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.
-
I'm working with React in the front-end with Material-UI, and I would like to auto generate forms based on my serializer's schema.
Usually, the way that CRUD works in the app is by listing the registers, and then give the option to add, edit, or remove registers.
So, my idea would be to get the serializer's schema in the listing part of the CRUD and then use it to generate the forms later on. Is there anyway to do this? I'm thinking about maybe creating an npm package to help on it...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions