I have several sets of data that I want to display in columnar form. Each set of data is in a Table and will display with different number of columns.
Is there an easy way to center each set of data so it appears centered between the page margins?
So far, I display each set using something like Grid Grid Table.... The inner Grid creates the columnar form, and the outer Grid displays the column form in the center position. I end up with something like this:

But even this requires that I manually size the Spacings of the outer Grid. I'd rather avoid the outer Grid and just center the columnar form between the page margins.
Thanks for any suggestions.