Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for fields to follow on in the same row from previous fields #22

Open
matthewhorridge opened this issue Jul 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@matthewhorridge
Copy link

The column based UI can feel akward for some things, with lots of wasted space.

I'd like an option to say that a field should be on the same row as the previous field. So it looks like this.

image

This could be supported with a simple boolean field in the _ui element of the model 'continuePreviousRow' : true

FYI I just added flex-box with two lines of CSS for the above (display: flex; flex-direction: row)

Could be even nicer if you could weight the fields in size:

image
@muakdogan muakdogan added the enhancement New feature or request label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants