jQuery.wijmo.wijgrid Namespace > options type : data Field |
Default value: null
Determines the datasource. Possible datasources include:
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijgrid.options.data; |
Javascript (Specification) | |
---|---|
|
// DOM table $("#element").wijgrid(); // two-dimensional array $("#element").wijgrid({ data: [[0, "a"], [1, "b"]] });