Philéas Condemine
Philéas Condemine
awesome, it works ! ``` rhandsontable(my_DF) %>% hot_col(2:ncol(my_DF),type = "dropdown",source=choix)%>% hot_cols(2:ncol(my_DF),renderer = " function (instance, td, row, col, prop, value, cellProperties) { Handsontable.renderers.NumericRenderer.apply(this, arguments); if (value == 'disponible') { td.style.background...
Please reopen the issue
@thomasp85 is this going to be merged ?
If you convert the data.frame to data.table it works when data[[1]] is a Date. RepEx : ``` data %dygraphs::dyRangeSelector()# error dygraph(data=data.table::data.table(data))%>%dygraphs::dyRangeSelector() # OK ! ```