- Index
- »
- domkit
- »
- TableModel
type
methods
colWidth |
Return width of given column. |
---|---|
headerHeight |
Return height of header. |
isVisibleDef |
Return default visible/hidden state for column |
item |
Return item for the given row to be used with selection. |
numCols |
Number of columns in table. |
numRows |
Number of rows in table. |
onCell |
Callback to update the cell content at given location. |
onHeader |
Callback to update content for column header at given index. |
rowHeight |
Return height of rows. |
sortCompare |
Compare two cells when sorting the given col. |
Slot Details
colWidth
headerHeight
isVisibleDef
item
numCols
numRows
onCell
onHeader
rowHeight
sortCompare
src
virtual Int sortCompare(Int col, Int row1, Int row2)
Compare two cells when sorting the given col. Return -1, 0, or 1 according to the same semanatics as Obj.compare
. See Table.sort
.