Grid class, this has logic for all scrolling/events most of functionality is moved into function where we pass this context

Constructors

Properties

body: HTMLElement
clickListner: any
columnChooserMenu: HTMLElement
columns: Map<string, HTMLElement> = ...
columnsHeaders: Map<string, HTMLElement> = ...
containerGroupRowCache: RowCache[]
containerLeftColumnCache: ColumnCache[] = []
containerLeftRowCache: RowCache[]
containerMiddleColumnCache: ColumnCache[] = []
containerMiddleRowCache: RowCache[]
containerRightColumnCache: ColumnCache[] = []
containerRightRowCache: RowCache[]
containerSelectorRowCache: RowCache[]
contextMenu: HTMLElement
domCreated: boolean = false
element: HTMLElement
filterEditorContainer: HTMLElement
focusElement: HTMLInputElement
gridInterface: GridInterface<any>
largeScrollLeftTimer: Timeout
largeScrollTopTimer: Timeout
lastScrollLeft: number = 0
lastScrollTop: number = 0
oldHeight: number
oldWidth: number
resizeInit: boolean = false
resizeTimer: Timeout
rows: Map<string, HTMLElement> = ...
skipInitResizeEvent: boolean = false

Methods

  • only to be used by grid interface

    Parameters

    • element: HTMLElement

    Returns void

  • only to be used by grid interface

    Parameters

    Returns void

  • Returns void

  • Returns void

  • Returns void

  • Returns HTMLElement

  • this needs to be called on large changes, grouping/reorder of columns etc

    Parameters

    • rebuildHeader: boolean = true

    Returns void