data is any tabular data organized in a fixed number of rows and colums. This means that an item at row i and column j can be addressed as data[i][j]. Optional lists of column and row headers can be specified.
The TableModel class has this constructor:
data,chead=None,rhead=None,parent=None) |
TableModel objects have the following methods:
parent=None) |
parent=None) |
index,role) |
col,orientation,role) |
row=None,count=None) |
row=None,count=None) |