Add a classname to row

Tags: #<Tag:0x00007f8b19944fe8>

How to add classname to row

hi @robert.shay
you can use the meta data of a row. Here’s a quick tutorial on how to add a class to current row (selected): https://docs.handsontable.com/pro/1.5.1/Options.html#currentRowClassName
and to add a class to any row you can use the cells method. Here’s a live example: http://jsfiddle.net/x43phm4x/