eclipsesource/jsonforms-angular-seed

Is it possible to build custom ui schemas

Closed this issue · 2 comments

Hi Guys i have a question more than an issue

I have this requirement, i have a schema, i want to be able to automatically create an ui schema to render it but not as the default that is created with Generate.uiSchema, i want to be able to generate it but with lets say in two or three columns not in one single column, for example, this form right here in the docs:

https://jsonforms.io/examples/layouts#nested-layouts

how can i generate a ui schema to render something like this

image

Thanks in advance, hope the question is clear enough

Hi @jloracudris, I would recommend to write your own ui schema generator. You can just copy our ui schema generator code, which is really not that much, and modify it to your liking. You then generate the ui schema before handing it over to JSON Forms.

Hey @sdirix Thanks for the quick answer ill try make my own then