Default value: false
A value indicating whether DOM cell attributes can be passed within a data value.
// Render the style attribute passed within the data. $("#element").wijgrid({ readAttributesFromData: false }); data: [ [ [1, { "style": "color: red" } ], a ] ] });