Documentation

getPage

returns the currently visible page in case of paged view

number getPage();

Returns

numberthe index of the currently visible page, zero-based numbering

See also

  • api
  • samples
  • articles
  • Example

    var page = $$('dtable').getPage();

    Back to top