You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 tables, each having the same amount of columns, but variable column headers and row amounts.
My goal is to create a single table that looks exactly like 3 tables printed one under another, but I would also like to keep the width of the widest row and headers with their separators/borders.
I keep my tables simplest as possible, this is an example:
I have 3 tables, each having the same amount of columns, but variable column headers and row amounts.
My goal is to create a single table that looks exactly like 3 tables printed one under another, but I would also like to keep the width of the widest row and headers with their separators/borders.
I keep my tables simplest as possible, this is an example:
Expected result:
Another acceptable solution would be to keep 3 tables but somehow set a min width based on the widest row.
The text was updated successfully, but these errors were encountered: