I have a document with many tables that all have the same structure (i.e. columns and column width).
But now I need to add an additional column too all of these.
I did that with the first table but adding an additional column of course resizes all other columns. So, after doing that I had to readjust all column widths anew so they look "pretty" (automatic column width calculation didn't yield a good result here).
But how do I apply this now to the remaining tables? I definitely don't want to have to massage each table individually!
Is there a possibility to add another column and re-adjusts all column width in one go?
Since that's probably asking too much: can I at least carry over the column widths from the first table to all the others?