Wijmo UI for the Web
nullDisplayText Option
wijmo.filter.wijfilter Namespace > options type : nullDisplayText Option

Default value: '<null>'

A value used to indicate the text to display for a data item when the value of the data item is null.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijfilter("option", "nullDisplayText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijfilter("option", "nullDisplayText", newValue);
        
});
var nullDisplayText : string;
Example
$("#element").wijfilter({ nullDisplayText: "&lt;Null&gt;" });
See Also

Reference

options type
wijfilter Method