Docs
API
  • inputWidth

    Number

    Setting paging bar field with active page width.
    This property is useful when there are many pages and value is overflowed.

    
    new FancyGrid({
      paging: {
        inputWidth: 100
      },
      ...
    

    Default

    
    10