mos790

Results 6 comments of mos790

@daeyoonlee is it possible to freeze (readonly), 2 or more variables ? Thanks

> @daeyoonlee is it possible to freeze (readonly), 2 or more variables ? Thanks I'm not really comfortable with JS, but this work. ``` updateTable = "function(instance, td, col, row,...

hello @zhangjunjiang , Sorry for my late message. You cant combine R and JS code, try to remplace `header %in% my_col` by `!(header in my_col)` Good luck :)

Hi Victor, I will do the modification and a merge request when it's finished. What do you think of adding a generic .gitignore file for each R project ? Mos

Hi, I have some issues to run correctly shinyproxy with influxdb. Shinyproxy works fine without `usages-stats-url` argument but when this argument is added I can not identify. For the `usages-stats-url`...

Thanks for the reply. You are right about the fact I can use directly the console for shiny apps. My problem is about dash apps, I wanted to execute it...