Open samg666 opened 2 years ago
@samg666 for your use case, would you prefer if we gave you a simple way to generate the UI after which you could just edit and move the form elements around?
Another user requested this feature.
Another user asked for this feature.
Is there an existing issue for this?
Summary
add feature to allow custom widget layout inside jsonform
Why should this be worked on?
Json Form save a lot of time to build a long form, in many case for a long form, we usually need to add something like Tabs widget to better organize a long form(refer to the screenshot build by a normal form), but the Json Form currently is not allow to custom the layout, all fields/widgets are generated row-by-row, not able to add Tabs, or put multiple widgets in a single row. This restriction makes Json Form widget actually not help on all my projects. I have to build by normal Form manually as before.