Backstage
Docs
Github
Preparing search index...
@backstage/ui
TableProps
Interface TableProps<T>
interface
TableProps
<
T
extends
TableItem
>
{
className
?:
string
;
columnConfig
:
readonly
ColumnConfig
<
T
>
[]
;
data
:
T
[]
|
undefined
;
emptyState
?:
ReactNode
;
error
?:
Error
;
isStale
?:
boolean
;
loading
?:
boolean
;
pagination
:
TablePaginationType
;
rowConfig
?:
RowConfig
<
T
>
|
RowRenderFn
<
T
>
;
selection
?:
TableSelection
;
sort
?:
SortState
;
style
?:
CSSProperties
;
}
Type Parameters
T
extends
TableItem
Index
Properties
class
Name?
column
Config
data
empty
State?
error?
is
Stale?
loading?
pagination
row
Config?
selection?
sort?
style?
Properties
Optional
class
Name
className
?:
string
column
Config
columnConfig
:
readonly
ColumnConfig
<
T
>
[]
data
data
:
T
[]
|
undefined
Optional
empty
State
emptyState
?:
ReactNode
Optional
error
error
?:
Error
Optional
is
Stale
isStale
?:
boolean
Optional
loading
loading
?:
boolean
pagination
pagination
:
TablePaginationType
Optional
row
Config
rowConfig
?:
RowConfig
<
T
>
|
RowRenderFn
<
T
>
Optional
selection
selection
?:
TableSelection
Optional
sort
sort
?:
SortState
Optional
style
style
?:
CSSProperties
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
column
Config
data
empty
State
error
is
Stale
loading
pagination
row
Config
selection
sort
style
Docs
Github
Backstage
Loading...