is there any way for the left, first column to have a minimum width ...... like 50%.
I have a different number of separate tables (with different headers, so they are separate pieces of data).
Obviously, a table column changes its width depending on how much content is inside them ... if it needs extra space, then more space from other columns in one table will be needed ... it's cool, but when there is a lot of space and it doesnβt need extra space, then its a lot tidier if they all remain the same width ... for example, 50%
http://jsfiddle.net/mqatP/5/
Any idea how to do this without testing in PHP, how much content goes inside them and adding different classes?
Thanks Dom
source share