Interface LayoutHints

Layout hint values that can be used by clients when rendering a table.

Hierarchy

  • LayoutHints

Properties

searchDisplayMode?: string

The display mode for the search bar.

Accessors

  • get areSavedLayoutsAllowed(): boolean
  • Whether saved layouts are allowed.

    Returns boolean

  • get backColumns(): string[]
  • Column names to display at the back of the table.

    Returns string[]

  • get frontColumns(): string[]
  • Column names to display at the front of the table.

    Returns string[]

  • get frozenColumns(): string[]
  • Column names to render as frozen.

    Returns string[]

  • get hiddenColumns(): string[]
  • Column names to hide.

    Returns string[]