jQuery.wijmo.c1gridview Namespace > options type : data Option |
// Get value var value; // Type: any value = $(".selector").c1gridview("option", "data"); // Set value var newValue; // Type: any $(".selector").c1gridview("option", "data", newValue);
var data : any;
// DOM table $("#element").wijgrid(); // two-dimensional array $("#element").wijgrid({ data: [[0, "a"], [1, "b"]] });