how can i change the entire row background color of handsontable based on a cell value?
Change entire row color
You would need to use a combination of those two methods in loop for all of the indexes from 0 to instance.countCols()
- afterChange https://handsontable.com/docs/api/hooks/#afterchange
- setCellMeta https://handsontable.com/docs/api/core/#setcellmeta
Here are also the docs for countCols method - https://handsontable.com/docs/api/core/#countcols