I have dynamic number of tables. For example I have invoice, each product inside is table. With products everything is OK, I do table-layout: fixed, set columns width, and they both seems like one table. Problems starts when I put another table for 'totals' in the bottom. I would like to use colspan to keep cell layout similar. Is there some ways to relate two tables? I'm thinking about putting invisible thead with product layout, but I don't find the way how to properly hide it.
Edit: I forgot to mention, I'm also using tbodys for some groupings, so I really need to use separated tables.
This is how my table looks now. As you can see there are jobs, and resources. I already use tbody to group job resources, i need additional wrapper to group jobs. Thats why I am using separated tables.