wijmo.grid.wijgrid Namespace > options type : rowStyleFormatter Option |
Function used for styling rows in wijgrid.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijgrid("option", "rowStyleFormatter"); // Set value var newValue; // Type: any $(".selector").wijgrid("option", "rowStyleFormatter", newValue); }); |
Javascript (Specification) | |
---|---|
|