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

More layout columns in the create/edit form #2291

Open
NonLinearThoughts opened this issue Jul 26, 2024 · 1 comment
Open

More layout columns in the create/edit form #2291

NonLinearThoughts opened this issue Jul 26, 2024 · 1 comment

Comments

@NonLinearThoughts
Copy link

NonLinearThoughts commented Jul 26, 2024

How can we make more layout columns in the create/edit form? When there are many fields then it is very annoying to have them all in one vertical column

@NonLinearThoughts NonLinearThoughts changed the title More layout columns in the input/edit form More layout columns in the input/update form Jul 26, 2024
@NonLinearThoughts NonLinearThoughts changed the title More layout columns in the input/update form More layout columns in the create/edit form Jul 26, 2024
@lherreraACWM
Copy link

use CSS

    #jtable-create-form,
    #jtable-edit-form {
        padding-top: 20px;
        display: block;
        width: 800px;
        min-height: 300px;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants