Relative Content

Tag Archive for javascripthtmlcsstypescripthtml-table

Two different tables with the same col-spans

I’m trying to align the columns of two different tables that carry the same model of information, but not the same items.
This leads to columns of both tables being of different sizes, which makes absolute sense as some items in Table A may be larger than the ones in Table B.
My goal is to fight this and force both tables to have the exact same column sizes.
I also require not to set static widths, the tables should keep their automatic col sizing, they just should be applied equaly to both tables.