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 groups for items #3

Open
BingBlog opened this issue Jun 12, 2019 · 0 comments
Open

Add groups for items #3

BingBlog opened this issue Jun 12, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BingBlog
Copy link
Collaborator

1、Some form may be need to separate to several groups, and has its own tips、group name;
2、�In some situations, we want to put some item together inline;

solution:

// config structure with groups
[
    formItem,
    group,
    formItem,
    group
]
// config for group
{
    group: true, // use to identify it is a group
    label: 'group name', // default ''
    inline: true,  // default false
    groupItems: [
        groupItem,
        groupItem
   ]  
}
@BingBlog BingBlog self-assigned this Jun 12, 2019
@BingBlog BingBlog added the enhancement New feature or request label Jun 12, 2019
BingBlog pushed a commit that referenced this issue Aug 19, 2020
* echarts or datazoom

* echarts or datazoom

* datazoom
BingBlog added a commit that referenced this issue Aug 19, 2020
Tobin1990 pushed a commit to Tobin1990/form-generator-iview that referenced this issue Nov 2, 2020
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

1 participant