UNPKG
iuap-design
Version:
latest (3.0.6)
3.0.6
3.0.2
3.0.1
UI Framework Used For Enterprise.
github.com/iuap-design/iuap-design
iuap-design/iuap-design
iuap-design
/
examples
/
pagination
/
2-noBorderPa
/
widget.js
3 lines
•
231 B
JavaScript
View Raw
1
2
3
var
paginationNoBorder = document.
getElementById
(
"paginationNoBorder"
);
var
comp =
new
u.
pagination
({
el
: paginationNoBorder,
showState
:
false
}); comp.
update
({
totalPages
:
100
,
pageSize
:
20
,
currentPage
:
1
,
totalCount
:
200
});