Docs
API
  • getPage(): Number

    Returns current active page.
    Usually it is used for custom paging.

    Example:

    
    var grid = new FancyGrid({
      ...
      paging: {
        barType: 'none'
      }
      ...
    ...
    var page = grid.getPage();
    

    See also

    Method firstPage
    Method getPages
    Method getPageSize
    Method lastPage
    Method nextPage
    Method prevPage
    Method setPage
    Method setPageSize

    Doc link Paging
    Tutorial link Paging
    Tutorial link Server Paging