Javascript – R Rhandsontable highlight entire row based on condition
I want to highlight all rows in a rhandsontable that meet a certain condition. Unfortunately, I have found neither an option nor a suggested solution for this on the net. Here is my reproducible example: library(tidyverse) library(rhandsontable) rhandsontable(mtcars) %>% hot_col(col…