rix206
rix206
I am new to shiny/r and trying to change the background color of a cell (DT table) base on value of another cell. I tried using this example from https://rstudio.github.io/DT/010-style.html...
How do I change one column color based on value from three diff columns? I tried this : dt_d9=datatable(d9, editable = 'cell', rownames = FALSE, extensions = 'Buttons', options =...
I am new to shiny/r and trying to change the background color of a cell (DT table) base on value of another cell. I tried using this example from https://rstudio.github.io/DT/010-style.html...