sets the style of a row
row_id | string|number | the id of a row |
styleString | string | a style string in the common format (example: "color:red;border:1px solid gray;") |
grid.setRowTextStyle("r123", "background-color: red; font-family: arial;");
Back to top