Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional button

button: undefined | false | true

button - if true, row will be clickable.

type:

{boolean}

Optional children

children: any

The content of element

Optional className

className: undefined | string

className - element class name

Optional classes

classes: any

classes - user defined object with classes.

see

For more information see MaterialUI classes overriding

Optional defaultWidth

defaultWidth: undefined | number

default width - the initial width of cell

Optional disableOverflowHidden

disableOverflowHidden: undefined | false | true

disableOverflowHidden - if true, cell will not have overflow: hidden style.

name

name: string

name - the name of the columns, used as key.

Optional ref

ref: any

ref - reference object.

see

More about React refs

Optional style

style: any

style - styles of component

Optional width

width: undefined | number

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

Methods

Optional onClick

  • onClick(event: Object): void

Optional onDoubleClick

  • onDoubleClick(event: Object): void

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