Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SuperTableState

Index

Constructors

constructor

Properties

columns

columns: ColumnState[]

hasAnyFilters

hasAnyFilters: boolean = false

sortStack

sortStack: ColumnState[] = []

stateChanged$

stateChanged$: Observable<SuperTableState>

Private stateChangedSource

stateChangedSource: BehaviorSubject<SuperTableState> = new BehaviorSubject<SuperTableState>(this)

Methods

notify

  • notify(): void

setColumns

toggleSort

  • toggleSort(colState: ColumnState, doNotClear: boolean): void

Generated using TypeDoc