You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I have table in following configuration:
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:
The colspanned cell should proportionally increase width of only cells that are spanned by this one.
Symfony Version: 2.8
The text was updated successfully, but these errors were encountered: