Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LinqTableHeader

Implements

  • OnChanges
  • OnDestroy
  • AfterViewInit

Index

Constructors

  • Parameters

    • cdr: ChangeDetectorRef

    Returns LinqTableHeader

Properties

action: EventEmitter<TableActionEvent<unknown>>
actionsPrimary: ElementRef<any>
bulk: boolean = false
config: TableConfig<any> = defaultConfig
destroy$: Subject<unknown> = ...
disabled: boolean = false
primaryMenuOverflow: boolean = false
searchField: FormControl = ...
selection: SelectionModel<any>
settingsToggle: ElementRef<any>
tableActions: typeof TableStandardAction = TableStandardAction
tableActionsPrimary: TemplateRef<any>
verbiage: Partial<TableVerbiage> = tableVerbiage

Methods

  • ngAfterViewInit(): void
  • Returns void

  • ngOnChanges(changes: SimpleChanges): void
  • Parameters

    • changes: SimpleChanges

    Returns void

  • ngOnDestroy(): void
  • Returns void

  • primaryMenuOverflowToggle(): void
  • Flag to show kebab menu or show an icon list in the primary action UI location. Calculate the required width based on a single action button's width and the number of action buttons total.

    Returns void

Generated using TypeDoc