Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
TablePaginationProps
Interface TablePaginationProps
Public
interface
TablePaginationProps
{
canNext
:
boolean
;
canPrevious
:
boolean
;
hidePages
?:
boolean
;
isDisabled
?:
boolean
;
ofText
?:
string
;
onPageChange
:
(
(
page
:
number
)
=>
void
)
;
page
:
number
;
pages
:
number
;
showFirstLastButtons
:
boolean
;
showPageJump
:
boolean
;
}
Index
Properties
can
Next
can
Previous
hide
Pages?
is
Disabled?
of
Text?
on
Page
Change
page
pages
show
First
Last
Buttons
show
Page
Jump
Properties
can
Next
can
Next
:
boolean
can
Previous
can
Previous
:
boolean
Optional
hide
Pages
hide
Pages
?:
boolean
Optional
is
Disabled
is
Disabled
?:
boolean
Optional
of
Text
of
Text
?:
string
on
Page
Change
on
Page
Change
:
(
(
page
:
number
)
=>
void
)
page
page
:
number
pages
pages
:
number
show
First
Last
Buttons
show
First
Last
Buttons
:
boolean
show
Page
Jump
show
Page
Jump
:
boolean
On This Page
Properties
can
Next
can
Previous
hide
Pages
is
Disabled
of
Text
on
Page
Change
page
pages
show
First
Last
Buttons
show
Page
Jump
Юниверс MDM SDK UI
Loading...
Public