Change entire row color

Tags: #<Tag:0x00007efc651b22a0>

how can i change the entire row background color of handsontable based on a cell value?

Hi @almeida.tiago1996

You would need to use a combination of those two methods in loop for all of the indexes from 0 to instance.countCols()

Here are also the docs for countCols method - https://handsontable.com/docs/api/core/#countcols