Nuno Agostinho
Nuno Agostinho
Hey, everyone! As @wch mentioned: > Also, for sliders in particular, it would be useful to have an option that only updates the input when the slider is released. This...
**Update:** the previous implementation modified the `hc$x$hc_opts$series` from the `hc`object. Now, a specific attribute of that object is modified instead to track which series belong to which sparkline and the...
@jbkunst Sure thing! :) Just one more thing: when using the DT package for DataTables instead of the native Shiny implementation, the `drawCallback` function needs to pass JavaScript with the...
@mayeromain Instead of doing `DT::renderDataTable({ datatable(tableVaribale) }, ...` do without calling `datatable`, i.e. `DT::renderDataTable({ tableVaribale }, ...` Does it work?
Okay @mayeromain, nice that you got it working! :)
Hello, could you please look into this issue? I am getting really large JSON objects simply because the tables have many rows. Thanks!
As a workaround, I am now using the following code to remove the information from `DT_rows_all` (as I don't need this functionality for my app): ```R # Avoid large JSON...
Hey all, I would like to know the situation on this. An `updateFileInput` would allow to easily reset a chosen file if needed, which would be great without resorting other...
Hey @1024jp, I would love if CotEditor would have this functionality. Currently, I am using [QLColorCode](https://github.com/anthonygelibert/QLColorCode) to have QuickLook file previews with syntax highlighting. However, it is much easier to...
Hey @1024jp, I know I can set the default, but I usually work with different programming languages, so I have to change the syntax all time. What I am asking...