Row styling on <tr>?

Is it possible to access the row

to add styling or add a className? I haven’t been able to find any hooks for that. I know I can do it per cell but would prefer to set it on a row level.

Thanks,
Steen

If you would like to change styling for the whole row you can use cells method.

Here http://jsfiddle.net/o2hz28ts/ I am adding a myClass class only for a row with an index of 3.