Tables is a class derived from the Containers class. A such object put widgets in rows and columns, making it easy to align many widgets next to each other, horizontally and vertically, like an 2-D array. Of course, you can add a Tables inside another Tables or any other compatible Containers to build more advanced interface.
All parents functions can be used too by any Tables object.