koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
539 stars 154 forks source link

Separate v-input button from editable array #208

Closed conmurphy closed 3 years ago

conmurphy commented 3 years ago

I'm new to Vue and VJSF. I'm trying to find if there's a way to separate the button from the forms that I'm creating. This is for the "Editable array" which has the Plus button and "I'm an array of objects". At the moment the button is at the top of the page and I'd like to move it to the first column and have the second column hold the forms.

Is this configurable or is there a workaround to accomplish it?

albanm commented 3 years ago

I don't really understand the expected result. The layout is not entirely customizable but there are a number of things that can be done (adding classes, using some slots, writing css rules, etc.).