Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SuperTableBodyComponent

Implements

  • OnChanges

Index

Constructors

constructor

Properties

bodyHeight

bodyHeight: number

Private el

el: ElementRef

options

Private resizeHandler

resizeHandler: (Anonymous function) & Cancelable = debounce(() => {this.detectRowHeight();this.updateVisibleRows();})

rowHeight

rowHeight: number = DEFAULT_ROW_HEIGHT

rowOffset

rowOffset: number = 0

rows

rows: Array<any>

Private scrollHandler

scrollHandler: (Anonymous function) & Cancelable = debounce(() => {this.updateVisibleRows();}, DEBOUNCE_DELAY)

state

tableClasses

tableClasses: any

visibleRows

visibleRows: Array<any> = []

Methods

Private detectRowHeight

  • detectRowHeight(): void

ngOnChanges

  • ngOnChanges(changes: SimpleChanges): void

onWindowResize

  • onWindowResize(): void

trackScroll

  • trackScroll(): void

Private updateVisibleRows

  • updateVisibleRows(): void

Generated using TypeDoc