stla

Results 306 comments of stla

Hi, I always encountered problems with the `width` option. But I finally discovered that everything works fine with this CSS: ``` ui

That's because you have to set the `rownames` option in `replaceData`, it must be consistent with what you use in `datatable`: ```r DT::replaceData( data = mtcars[-input$DT_rows_selected, ], rownames = FALSE...

Maybe something like `color = styleRegex(c("OK$", "ERROR$"), c("green", "red"))` Or `styleGrep`? We could also allow the `grepl` options (`fixed`, `perl`, ...).

You could use a footerCallback. See .

I found my old code, but I don't understand it anymore. Below it is. @ismirsehregal Have you tried with the module ? I vaguely remember a situation where the NA...

Ah, this code is incomplete. There's another part in the app. Still trying to understand..

@ismirsehregal is right, this works with `server = FALSE` (and not removing the `NA`s when sorting).

Hello, I would try the option `height = "fit-content"` in the `datatable` function.

Hello, It's better to ask such questions on Stackoverflow. Here is how you can get the order: ``` library(shiny) library(DT) callback