Docs
API
  • lastPage()

    Loads the last page.
    Usually it is used for custom paging.

    Example

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

    See also

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

    Doc link Paging
    Tutorial link Paging
    Tutorial link Server Paging