8.13.27 TableDialog class: A dialog widget to show two-dimensional arrays of items.

The TableDialog class has this constructor:

class TableDialog( items,caption=None,parent=None,tab=False)
Create the Table dialog.

If tab = False, a dialog with one table is created and items should be a list [table_header,table_data]. If tab = True, a dialog with multiple pages is created and items should be a list of pages [page_header,table_header,table_data].

TableDialog objects have the following methods: