Category: | Feature request |
Priority: | Normal |
Status: | Confirmed |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Not Attempted |
Assigned to: |
With the current table element if you use a print when on a column it will shrink the table size to the left. I'd like to be able to have the table remain the same width when a column is hidden.
4 Comments:
Hi,
And how should the extra-width be distributed among the remaining columns?
Thank you,
Teodor
For example you have a table that has a width of 500 with 5 columns on it, each has a width of 100. If you hide a column the remaining 4 columns now grow to be 125. Or if you set two columns as weighted, you hide 1 of the 5 columns then the two weighted columns would grow to be 150.
It'd be basically taking the width of the hidden columns, dividing it by the number of visible or weighted columns and adding that number to those columns.