The type of the row data.
The identifier for one of the areas: header, body, footer.
Protected
cellProtected
columnPrivate
filteredPrivate
flattenPrivate
Optional
lastProtected
Readonly
propertiesA model and controller for a row checkbox selection
Readonly
rowsPrivate
Readonly
serviceProtected
sorterProtected
yProtected
arrayPrivate
doIf the 'restore sort' option is set (see), this method will be triggered automatically by the table,
Private
expandWill be called internally, when a filtering is trigger.
Defines, what row are invisible or visible after filtering.
Protected
genericReturns a cell renderer class for the given cell (rowIndex/columnIndex). If the return value is undefined, no renderer is used and the model value will be rendered directly in the cell.
This method can be used to return an object with css style information for the given cell
row index of the cell
column index of the cell
This return value is internally used to optimize the render performance. Set this value to the lowest possible value. If the model has no colspan, a value of 0 would be good. The dafault is 32. If your model has a colspan cell greater 32, don't forget to increase this value.
This return value is internally used to optimize the render performance. Set this value to the lowest possible value. If the model has no rowspan, a value of 0 would be good. The default is 32. If your model has a rowspan cell greater 32, don't forget to increase this value.
Private
getReturns the checked state of an row.
Protected
setPrivate
treeGenerated using TypeDoc
Represents a tree-based table model. Extends the AbstractAreaModel class.