cheetah-grid
Preparing search index...
GroupHeaderDefine
Interface GroupHeaderDefine<T>
Namespace
Cheetah Grid cheetahGrid
interface
GroupHeaderDefine
<
T
>
{
caption
?:
string
|
(
()
=>
string
)
;
columns
:
HeadersDefine
<
T
>
;
headerAction
?:
null
|
HeaderActionOption
|
BaseAction
<
T
>
;
headerField
?:
string
;
headerIcon
?:
ColumnIconOption
<
never
>
|
ColumnIconOption
<
never
>
[]
;
headerStyle
?:
null
|
HeaderStyleOption
|
BaseStyle
;
headerType
?:
null
|
HeaderTypeOption
|
BaseHeader
<
T
>
;
maxWidth
?:
string
|
number
;
minWidth
?:
string
|
number
;
sort
?:
OldSortOption
<
T
>
;
width
?:
string
|
number
;
}
Type Parameters
T
Hierarchy (
View Summary
)
HeaderDefine
<
T
>
GroupHeaderDefine
Index
Properties
caption?
columns
header
Action?
header
Field?
header
Icon?
header
Style?
header
Type?
max
Width?
min
Width?
sort?
width?
Properties
Optional
caption
caption
?:
string
|
(
()
=>
string
)
columns
columns
:
HeadersDefine
<
T
>
Optional
header
Action
headerAction
?:
null
|
HeaderActionOption
|
BaseAction
<
T
>
Optional
header
Field
headerField
?:
string
Optional
header
Icon
headerIcon
?:
ColumnIconOption
<
never
>
|
ColumnIconOption
<
never
>
[]
Optional
header
Style
headerStyle
?:
null
|
HeaderStyleOption
|
BaseStyle
Optional
header
Type
headerType
?:
null
|
HeaderTypeOption
|
BaseHeader
<
T
>
Optional
max
Width
maxWidth
?:
string
|
number
Optional
min
Width
minWidth
?:
string
|
number
Optional
sort
sort
?:
OldSortOption
<
T
>
Optional
width
width
?:
string
|
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
caption
columns
header
Action
header
Field
header
Icon
header
Style
header
Type
max
Width
min
Width
sort
width
cheetah-grid
Loading...
Cheetah Grid cheetahGrid