jQuery.wijmo.c1gridview Namespace > options type : readAttributesFromData Option |
// Get value var value; // Type: boolean value = $(".selector").c1gridview("option", "readAttributesFromData"); // Set value var newValue; // Type: boolean $(".selector").c1gridview("option", "readAttributesFromData", newValue);
var readAttributesFromData : boolean;
// Render the style attribute passed within the data. $("#element").wijgrid({ readAttributesFromData: false }); data: [ [ [1, { "style": "color: red" } ], a ] ] });