Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
TableComponentType
Interface TableComponentType
Public
interface
TableComponentType
{
new
TableComponentType
<
T
=
any
,
C
=
void
>
(
props
:
TableProps
,
context
?:
any
,
)
:
Component
<
TableProps
<
T
,
C
>
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
TableProps
<
any
,
void
>
>
;
displayName
?:
string
;
FooterPanel
:
TableFooterPanelComponentType
;
InfiniteFooterPanel
:
TableInfiniteFooterPanelComponentType
;
InitTable
:
ContentPlaceholderComponentType
;
PageSize
:
TablePageSizeComponentType
;
Pagination
:
TablePaginationComponentType
;
propTypes
?:
WeakValidationMap
<
TableProps
<
any
,
void
>
>
;
}
Index
Constructors
constructor
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
Footer
Panel
Infinite
Footer
Panel
Init
Table
Page
Size
Pagination
prop
Types?
Constructors
constructor
new
TableComponentType
<
T
=
any
,
C
=
void
>
(
props
:
TableProps
,
context
?:
any
,
)
:
Component
<
TableProps
<
T
,
C
>
,
any
>
Type Parameters
T
=
any
C
=
void
Parameters
props
:
TableProps
Optional
context
:
any
Returns
Component
<
TableProps
<
T
,
C
>
,
any
>
Properties
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
TableProps
<
any
,
void
>
>
Optional
display
Name
displayName
?:
string
Footer
Panel
FooterPanel
:
TableFooterPanelComponentType
Infinite
Footer
Panel
InfiniteFooterPanel
:
TableInfiniteFooterPanelComponentType
Init
Table
InitTable
:
ContentPlaceholderComponentType
Page
Size
PageSize
:
TablePageSizeComponentType
Pagination
Pagination
:
TablePaginationComponentType
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
TableProps
<
any
,
void
>
>
On This Page
Constructors
constructor
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
Footer
Panel
Infinite
Footer
Panel
Init
Table
Page
Size
Pagination
prop
Types
Юниверс DG SDK UI
Loading...
Public