Docs
API
  • setPage(page: Number)

    Loads page.
    Usually it is used for custom paging.

    Example

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

    See also

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

    Doc link Paging
    Tutorial link Paging
    Tutorial link Server Paging