Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SuperTableComponent

Implements

  • OnInit
  • AfterContentInit
  • OnChanges
  • OnDestroy

Index

Constructors

constructor

Properties

bodyHeight

bodyHeight: number

columns

columns: Array<SuperTableColumn>

Private el

el: ElementRef

filteredSortedRows

filteredSortedRows: Array<any>

hasError

hasError: boolean = false

isReady

isReady: boolean = false

options

rows

rows: Array<any>

Private state

Private subscription

subscription: Subscription

tableClasses

tableClasses: any

Methods

ngAfterContentInit

  • ngAfterContentInit(): void

ngOnChanges

  • ngOnChanges(changes: SimpleChanges): void

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

Private setTableHeight

  • setTableHeight(totalHeight: number): void

Private sortAndFilterRows

  • sortAndFilterRows(): void

Generated using TypeDoc