dateInput not working on DT in shiny
I'm trying to create a DT with several inputs in Shiny. The columns with selectInput and numericInput work fine, but the one with dateInputs doesn't. It's like the input$date_n does not exist at all. I know close to nothing about JS, and I think the problem is probbaly in the drawCallback. I just copied this piece of code from another question in here, and it was working fine until I tried to use a dateInput. Below, there's a small code reproducing the problem. The first two outputs are OK, but the third just doesnst show up. library(shiny) library(DT) ui = fluidPage(title = 'Test', DTOutput(