Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

Optional width

width: undefined | number

width - width of the cell, if you want control it by yourself.

Methods

Optional onResize

  • onResize(name: string, width: number): void
  • onSystemResize - function, called when cell resizes. If not defined - FlexibleTable will provide this information.

    Parameters

    • name: string

      column name

    • width: number

      width in pixels

    Returns void

Generated using TypeDoc