Search
Preparing search index...
The search index is not available
zent
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
zent
IGridColumn
Interface IGridColumn<Data>
Type parameters
Data =
any
Hierarchy
IGridColumn
IGridInnerColumn
Index
Properties
body
Render
children
class
Name
col
Span
default
Text
fixed
name
need
Sort
no
Wrap
nowrap
row
Span
text
Align
title
width
Methods
is
Value
Empty
on
Cell
Click
Properties
Optional
body
Render
body
Render
:
ReactNode
|
IGridColumnBodyRenderFunc
<
Data
>
Optional
children
children
:
IGridColumn
<
Data
>
[]
Optional
class
Name
class
Name
:
string
Optional
col
Span
col
Span
:
number
Optional
default
Text
default
Text
:
ReactNode
Optional
fixed
fixed
:
GridFixedType
Optional
name
name
:
string
Optional
need
Sort
need
Sort
:
boolean
Optional
no
Wrap
no
Wrap
:
boolean
Optional
nowrap
nowrap
:
boolean
deprecated
use
noWrap
Optional
row
Span
row
Span
:
number
Optional
text
Align
text
Align
:
GridTextAlign
title
title
:
ReactNode
Optional
width
width
:
Width
<
string
|
number
>
Methods
Optional
is
Value
Empty
is
Value
Empty
(
value
:
any
)
:
boolean
Parameters
value:
any
Returns
boolean
Optional
on
Cell
Click
on
Cell
Click
(
data
:
Data
, event
:
MouseEvent
<
HTMLTableDataCellElement
,
MouseEvent
>
)
:
any
Parameters
data:
Data
event:
MouseEvent
<
HTMLTableDataCellElement
,
MouseEvent
>
Returns
any
Exports
IGrid
Column
body
Render
children
class
Name
col
Span
default
Text
fixed
name
need
Sort
no
Wrap
nowrap
row
Span
text
Align
title
width
is
Value
Empty
on
Cell
Click
Generated using
TypeDoc
use
noWrap