Resizing the entire table means to make the table fill the width and height of the resized container frame.
CHANGING TABLE WIDTH
The resizing behavior depends whether the columns are set as fixed width or not.
If all columns have fixed width, it is not possible to make the table wide as the resized frame.
If at least one column has non-fixed width, it will stretch or shrink as much as possible to make the table fill frame width.
If more columns have non-fixed width, and their width is different, they will shrink or stretch proportionally.
CHANGING TABLE HEIGHT
The resizing behavior depends whether the table rows have the vertical justification turned off or on.
If all rows have the vertical justification turned off, it is not possible to make the table high as the resized frame.
If at least one row has vertical justification turned on, it will stretch or shrink as much as possible to make the table fill frame height.
If more rows have vertical justification turned on, they will shrink or stretch proportionally.