jQuery.wijmo.wijgrid Namespace > options type : readAttributesFromData Field |
Default value: false
A value indicating whether DOM cell attributes can be passed within a data value.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.readAttributesFromData; |
Javascript (Specification) | |
---|---|
|
// Render the style attribute passed within the data. $("#element").wijgrid({ readAttributesFromData: false }); data: [ [ [1, { "style": "color: red" } ], a ] ] });