jQuery.wijmo.wijgrid Namespace > options type : loadingText Field |
Default value: 'Loading...'
Determines the text to be displayed when the grid is loading.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.loadingText; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ loadingText: "Loading..."});