philibe

Results 28 comments of philibe

@dipterix : When I have different types of Output I use `shiny::renderUI()` / `shiny::uiOutput()`.

Without reproducible example or at minimal an extract of code it will be difficult to answer. Have you read those pages ? - https://shiny.rstudio.com/articles/js-events.html - https://shiny.rstudio.com/articles/communicating-with-js.html - https://shiny.rstudio.com/articles/js-send-message.html Philippe PS:...

Try with `Shiny.addCustomMessageHandler()`, it seems to work. It is maybe an error in the [documentation ](https://shiny.rstudio.com/reference/shiny/latest/session.html). I see in this repository code only `Shiny.addCustomMessageHandler()` and not `Shiny.addBinaryMessageHandler()`. (same when `console.log(Shiny)`...

@daattali : Is your issue related to what I have noticed in the issue below ? In others terms it's sometime difficult to know when we could load Javascript for...

It's was a very good try. Thanks. (Sob). Perhaps later ? :)

@yihui , @shrektan This reopened issue gives me the opportunity to thank you for your work on DT. When I first installed DT in early 2018, for me it was...

It's more a question for stackoverflow. Below 2 answers with not the same result (I'm not sure which result is asked because of lack of information). ``` (datatable(head(iris) ) %>%...

Hello @opendatasurgeon Maybe there are paths of workarounds in this not closed issue: #769. Because nearly all of my datatables are very wide, I don't have `ScrollX=TRUE` anymore. I workarounded...

Hello :) workaround: ``` $(document).on('focusin', '.datatables thead input.form-control', function(event) { //console.log('focus'); largeur_saisie_min = 150; if (parseInt($(this).css('width'))