Options
All
  • Public
  • Public/Protected
  • All
Menu

basic interface of a table section

Hierarchy

  • ITableSection

Implemented by

Index

Properties

Methods

Properties

body

body: HTMLElement

header

header: HTMLElement

height

height: number

id

id: string

width

width: number

Methods

destroy

  • destroy(): void

hide

  • hide(): void

init

  • init(): void

show

  • show(left: number, width: number, isGoingRight: boolean): void
  • show the section

    Parameters

    • left: number

      visible left margin

    • width: number

      visible width

    • isGoingRight: boolean

      whether it was a shift to the right

    Returns void