Skip to content
To regulate functions of thyroid glands, we need______.A. Iodine
B. Calcium
C. Phosphorus
D. Iron
To regulate functions of thyroid glands, we need______.A. Iodine
B. Calcium
C. Phosphorus
D. Iron
PaginationSupport paginationSupport = getPaginationSupport();
paginationSupport.setItems(mylist);
paginationSupport.setPageSize(10);
paginationSupport.setTotal(100);
paginationSupport.setStartIndex(1);
// parameters to pass for pagination support
map.put("paginationSupport", paginationSupport);
{code}
========in vm file========
#foreach( $user in $paginationSupport.page.iterator())
.....
#end