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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijfilter("option", "nullDisplayText"); // Set value var newValue; // Type: string $(".selector").wijfilter("option", "nullDisplayText", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijfilter({ nullDisplayText: "<Null>" });