Docs
API
  • pageSizeData

    Array

    Data for page size combo.

    If it is not set, combo won't be displayed.

    
    new FancyGrid({
      paging: {
        pageSize: 20,
        pageSizeData: [5,10,20,50]
      },
      ...
    

    Default

    
    undefined