Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGridInnerColumn<Data>

Type parameters

  • Data

Hierarchy

Index

Properties

Optional bodyRender

bodyRender: ReactNode | IGridColumnBodyRenderFunc<Data>

Optional children

children: IGridColumn<Data>[]

Optional className

className: string

Optional colSpan

colSpan: number

Optional defaultText

defaultText: ReactNode

Optional fixed

Optional key

key: string

Optional name

name: string

Optional needSort

needSort: boolean

Optional noWrap

noWrap: boolean

Optional nowrap

nowrap: boolean
deprecated

use noWrap

Optional rowSpan

rowSpan: number

Optional textAlign

textAlign: GridTextAlign

title

title: ReactNode

Optional width

width: Width<string | number>

Methods

Optional isValueEmpty

  • isValueEmpty(value: any): boolean

Optional onCellClick

  • onCellClick(data: Data, event: MouseEvent<HTMLTableDataCellElement, MouseEvent>): any

Generated using TypeDoc