Backstage
Docs
Github
Preparing search index...
@backstage/ui
ColumnConfig
Interface ColumnConfig<T>
interface
ColumnConfig
<
T
extends
TableItem
>
{
cell
:
(
item
:
T
)
=>
ReactElement
;
defaultWidth
?:
ColumnSize
|
null
;
header
?:
()
=>
ReactElement
;
id
:
string
;
isHidden
?:
boolean
;
isRowHeader
?:
boolean
;
isSortable
?:
boolean
;
label
:
string
;
maxWidth
?:
ColumnStaticSize
|
null
;
minWidth
?:
ColumnStaticSize
|
null
;
width
?:
ColumnSize
|
null
;
}
Type Parameters
T
extends
TableItem
Index
Properties
cell
default
Width?
header?
id
is
Hidden?
is
Row
Header?
is
Sortable?
label
max
Width?
min
Width?
width?
Properties
cell
cell
:
(
item
:
T
)
=>
ReactElement
Optional
default
Width
defaultWidth
?:
ColumnSize
|
null
Optional
header
header
?:
()
=>
ReactElement
id
id
:
string
Optional
is
Hidden
isHidden
?:
boolean
Optional
is
Row
Header
isRowHeader
?:
boolean
Optional
is
Sortable
isSortable
?:
boolean
label
label
:
string
Optional
max
Width
maxWidth
?:
ColumnStaticSize
|
null
Optional
min
Width
minWidth
?:
ColumnStaticSize
|
null
Optional
width
width
?:
ColumnSize
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell
default
Width
header
id
is
Hidden
is
Row
Header
is
Sortable
label
max
Width
min
Width
width
Docs
Github
Backstage
Loading...