Wijmo UI for the Web
allowPaging Option
wijmo.fileexplorer.wijfileexplorer Namespace > options type : allowPaging Option

Default value: false

A value that determines whether to use paging.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijfileexplorer("option", "allowPaging");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijfileexplorer("option", "allowPaging", newValue);
        
});
var allowPaging : boolean;
See Also

Reference

options type
wijfileexplorer jQuery Widget