Wijmo UI for the Web
data Field

Default value: null

Determines the datasource. Possible datasources include:

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijgrid.options.data;
Javascript (Specification) 
var data : object;
Example
// DOM table
$("#element").wijgrid();
// two-dimensional array
$("#element").wijgrid({ data: [[0, "a"], [1, "b"]] });
Remarks
Although wijgrid formerly used a wijdatasource object as a data source, that object has been deprecated in favor of the new wijmo.data object. Please see wijmo.data and Data for more information.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.