8000 [console] Wide colspanned rows break table layout · Issue #18627 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[console] Wide colspanned rows break table layout #18627

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

Closed
aik099 opened this issue Apr 24, 2016 · 0 comments
Closed

[console] Wide colspanned rows break table layout #18627

aik099 opened this issue Apr 24, 2016 · 0 comments

Comments

@aik099
Copy link
aik099 commented Apr 24, 2016

I have table in following configuration:

  • header row: 5 columns
  • table row: 5 columns
  • table row: colspan across 5 columns

symfonyconsole_conspanbrokenlayout

If colspan isn't used then data in long data in cells is used to make table wider. With colspan however colspanned cell isn't proportionally extending width of other columns, that it's spanning.

In case of more complex layout:

  • header row: 5 columns
  • table row: 5 columns
  • table row: colspan across 3 columns | colspan across 2 columns

The colspanned cell should proportionally increase width of only cells that are spanned by this one.

Symfony Version: 2.8

fabpot added a commit that referenced this issue May 13, 2016
This PR was merged into the 2.7 branch.

Discussion
----------

[console][table] adjust width of colspanned cell.

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #18627
| License       | MIT
| Doc PR        | ~

Commits
-------

9b35449 [console][table] adjust width of colspanned cell.
@fabpot fabpot closed this as completed May 13, 2016
fabpot added a commit that referenced this issue May 13, 2016
This PR was merged into the 2.8 branch.

Discussion
----------

[console][table] adjust width of colspanned cell.

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #18627
| License       | MIT
| Doc PR        | ~

Commits
-------

081ad73 [console][table] adjust width of colspanned cell.
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

4 participants
0