body
body: HTMLElement
clickListner
clickListner: any
columnChooserMenu
columnChooserMenu: HTMLElement
columns
columns: Map<string, HTMLElement> = ...
columnsHeaders
columnsHeaders: Map<string, HTMLElement> = ...
containerGroupRowCache
containerGroupRowCache: RowCache[]
containerLeftColumnCache
containerLeftColumnCache: ColumnCache[] = []
containerLeftRowCache
containerLeftRowCache: RowCache[]
containerMiddleColumnCache
containerMiddleColumnCache: ColumnCache[] = []
containerMiddleRowCache
containerMiddleRowCache: RowCache[]
containerRightColumnCache
containerRightColumnCache: ColumnCache[] = []
containerRightRowCache
containerRightRowCache: RowCache[]
containerSelectorRowCache
containerSelectorRowCache: RowCache[]
contextMenu
contextMenu: HTMLElement
domCreated
domCreated: boolean = false
element
element: HTMLElement
filterEditorContainer
filterEditorContainer: HTMLElement
focusElement
focusElement: HTMLInputElement
gridInterface
largeScrollLeftTimer
largeScrollLeftTimer: Timeout
largeScrollTopTimer
largeScrollTopTimer: Timeout
lastScrollLeft
lastScrollLeft: number = 0
lastScrollTop
lastScrollTop: number = 0
oldHeight
oldHeight: number
oldWidth
oldWidth: number
resizeInit
resizeInit: boolean = false
resizeTimer
resizeTimer: Timeout
rows
rows: Map<string, HTMLElement> = ...
skipInitResizeEvent
skipInitResizeEvent: boolean = false
Grid class, this has logic for all scrolling/events most of functionality is moved into function where we pass this context