I have a table which has a header row and few rows for the body content.
Now these are actually 2 separate tables:
- for Header
- for Body content (which is part of another iframe)
I want that the widths should be same for the column header and it’s corresponding body content.
How can I ensure that both the widths are similar and the appearance would be similar as if they are part of the same table?
I am open to both CSS or Javascript fix..
Note: I’ll not be able to use fixed col widths AND neither do I have control to merge into one table…
Maybe something like this? This will make your tables act as if thay where one
Almost forgot im using some of my own functions here, here thay come aswell