rstudio / DT

R Interface to the jQuery Plug-in DataTables
https://rstudio.github.io/DT/
Other
598 stars 181 forks source link

DateTime date picker CSS is broken in SearchBuilder #1116

Closed mikmart closed 8 months ago

mikmart commented 8 months ago
DT::datatable(
  data.frame(
    dates = Sys.Date() + 1:10,
    times = Sys.time() + 1:10 * 60 * 60 *24
  ),
  extensions = c("SearchBuilder", "DateTime"),
  options = list(dom = "Qlfrtip", searchBuilder = TRUE)
)

image


By filing an issue to this repo, I promise that

I understand that my issue may be closed if I don't fulfill my promises.