wijmo.grid.wijgrid Namespace > options type : loadingText Option |
Default value: 'Loading...'
Determines the text to be displayed when the grid is loading.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijgrid("option", "loadingText"); // Set value var newValue; // Type: string $(".selector").wijgrid("option", "loadingText", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ loadingText: "Loading..."});