Abstract
Readonly
bodyReadonly
headerProtected
lastProtected
Readonly
optionsProtected
Readonly
styleProtected
Readonly
tableProtected
Readonly
visiblecurrently visible slice
Protected
visibleposition of the first visible row in pixel
Protected
bodyget the scrolling container i.e. parent of the body element
Protected
bodyProtected
Abstract
contextthe current render context, upon change recreate
the whole table
Abstract
idProtected
idProtected
visibleProtected
visibleProtected
addOptional
options: unknownProtected
addregister another mixin to this renderer
the mixin class to instantiate
Optional
options: unknownoptional constructor options
Protected
clearProtected
Abstract
createcreate a new cell node fo the given row index and column
document the create nodes of
the current row index
the current column
the node representing the cell
Protected
Abstract
createcreate a new header node for the given column
document to create nodes of
the column to create the header for
the node representing the header
Protected
createProtected
forutility to execute a function for each visible row
callback to execute
whether the DOM changes should be performed in place instead of in a fragment
Protected
handleProtected
onProtected
onscrolling vertically
top scrolling
visible height
hint whether the scrollTop increases
full in case of a full rebuild or partial update
Protected
onProtected
recreateremoves all rows and recreates the table
Optional
ctx: IAnimationContextoptional animation context to create a transition between the previous and the current tables
nothing
Protected
recycleProtected
revalidateProtected
updateProtected
Abstract
updateupdates the given cell node with the given row index and column
node to update
row index to use
column to use
an optional new replacement node for the header
Protected
updateProtected
Abstract
updateupdates the given header node with the given column
node to update
the column to represents
an optional new replacement node for the header
Protected
updateProtected
updateProtected
updateProtected
updateProtected
update
base class for a cell renderer as table section