Widgets
Samples
Demos
Forum
Services
Documentation
getPage
getPager
setPage
Start
API Reference
Mixins
PagingAbility
Methods
getPage
returns the currently visible page in case of paged view
number
getPage
();
number
the index of the currently visible page, zero-based numbering
Example
var
page
=
$$
(
'dtable'
)
.
getPage
(
)
;
See also
API
setPage
Articles
Paging
Back to top