stla

Results 169 comments of stla

Not sure to understand. Is it ok like this? ```r library(shiny) library(DT) ui

That's normal, the editable area is a `type=text` input, which has no support for multiline. Try this, this opens a textarea input for the edit: ``` library(shiny) library(DT) callback

Hello @zhangjunjiang You have to set the id of your table in the selector option: `" selector: '#comm_tmp td input[type=text]',"` To change the size of the textarea, click on its...

@zhangjunjiang I've fixed an error in my code and I've improved it. With this code you can select the columns for which you request a textarea editing. For example here...

See https://stackoverflow.com/questions/58735095/remove-title-row-above-header-in-shiny-datatable-excel-output/58735938#58735938

I don't understand what you mean: one can click anywhere in a cell. No?

Here is how to set a placeholder: ``` library(shiny) library(DT) dat

That's because your four plotly graphics have the same id, this is not allowed in HTML. You can proceed like this: ```r addWidget.default % tagList( htmltools::findDependencies(figs[[1]]), onStaticRenderComplete( "HTMLWidgets.staticRender()" ) )...

Here is another way: ```r library(DT) library(htmltools) library(plotly) js

``` library(DT) dtable