Docs
API
  • firstPage()

    Loads the first 'page'.
    Usually it is used for custom paging.

    Example

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

    See also

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

    Doc link Paging
    Tutorial link Paging
    Tutorial link Server Paging