dojox
»
grid
»
scroller
» getLastPageRow
dojox.grid.scroller.getLastPageRow
dojo.require("dojox.grid._grid.scroller");
defined in dojox/grid/_grid/scroller.js
Usage
function (inPage)
(view source)
return
Math
.
min
(
this
.
rowCount
,
this
.
getPageRow
(
inPage +
1
)
)
-
1
;
parameter
type
description
inPage