level

defines the level of records that will be used to calculate the current size of the page

number level;

Values

  • 1
  • Example

    webix.ui ({
        view:"pager",
        level:1
    });

    Related samples

    Details

    Note that the only value the parameter can have is 1.

    See also
  • Articles
  • Back to top