Table.show()

Displays a table with the specified data For example: myTable = Table() show myTable using data = lines, title = "Table Test", titles = ["Name", "Surname", "Birthday"], buttons = ["OK", "Cancel"], multiSelect = true, selectable = true