Docs
API
  • setPageSize(value: Number)

    Sets page size and load data.
    Usually it is used for custom paging.

    Example

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

    See also

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

    Doc link Paging
    Tutorial link Paging
    Tutorial link Server Paging