Docs
API
  • pageOverFlowType

    String

    This property define logic for case when grid was filtered and current page is over the maximum available.
    By default for such case show page will be on last position but it is possible to change it on first position. .

    
    new FancyGrid({
      paging: {
        pageOverFlowType: 'first'
      },
      ...
    

    Default

    
    'last'