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

Implement Multi-Tab column layout #396

Closed
romaninsh opened this issue Mar 8, 2018 · 2 comments
Closed

Implement Multi-Tab column layout #396

romaninsh opened this issue Mar 8, 2018 · 2 comments

Comments

@romaninsh
Copy link
Member

Currently we have "FormLayout\Columns" which automatically breaks form into multiple columns if there are too many fields.

Even better would be to have a multi-tab layout. It should function like this:

  1. Inject it into CRUD = add(['CRUD', 'formDefault'=['formLayout'=>new FormLayout\Tabs()]
  2. For the fields in a model specify $field->['ui']['form']['tab'] = 'MyTab Title'

Fields would now be appearing on the appropriate tab.

@ibelar
Copy link
Contributor

ibelar commented Oct 25, 2019

Implemented with form section in PR #600

@DarkSide666
Copy link
Member

Implemented in #600

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

No branches or pull requests

3 participants