Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
TableComponentType
Interface TableComponentType
Public
interface
TableComponentType
{
new TableComponentType
new
<
T
,
C
>
(
props
:
TableProps
<
any
,
void
>
,
context
?:
any
)
:
Component
<
TableProps
<
T
,
C
>
,
any
,
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
Table
Component
Type
<
T
,
C
>
(
props
,
context
?
)
:
Component
<
TableProps
<
T
,
C
>
,
any
,
any
>
Type Parameters
T
=
any
C
=
void
Parameters
props
:
TableProps
<
any
,
void
>
Optional
context
:
any
Returns
Component
<
TableProps
<
T
,
C
>
,
any
,
any
>
Properties
Optional
child
Context
Types
child
Context
Types
?:
ValidationMap
<
any
>
Optional
context
Type
context
Type
?:
Context
<
any
>
Optional
context
Types
context
Types
?:
ValidationMap
<
any
>
Optional
default
Props
default
Props
?:
Partial
<
TableProps
<
any
,
void
>
>
Optional
display
Name
display
Name
?:
string
Footer
Panel
Footer
Panel
:
TableFooterPanelComponentType
Infinite
Footer
Panel
Infinite
Footer
Panel
:
TableInfiniteFooterPanelComponentType
Init
Table
Init
Table
:
ContentPlaceholderComponentType
Page
Size
Page
Size
:
TablePageSizeComponentType
Pagination
Pagination
:
TablePaginationComponentType
Optional
prop
Types
prop
Types
?:
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
Юниверс MDM SDK UI
Loading...
Public