[#4858] - Table width remain with weighted columns

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.

dnewsom's picture
183
Joined: Apr 2 2008 - 8:32am
Last seen: 10 years 11 months ago

4 Comments:

#1

Hi,

And how should the extra-width be distributed among the remaining columns?

Thank you,
Teodor

#2

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.

#3
  • Status:Feedback Requested» Acknowledged
#4
  • Status:Acknowledged» Confirmed
Feedback
randomness