You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even when using client-side processing by passing server = FALSE to renderDT, filtering does not work properly in flexdashboard. Filtering does work properly when not using reactive rendering or when using reactive rendering with renderDT in a script-based shiny app.
🐛 Bug
Description
Even when using client-side processing by passing
server = FALSE
torenderDT
, filtering does not work properly in flexdashboard. Filtering does work properly when not using reactive rendering or when using reactive rendering withrenderDT
in a script-based shiny app.How to reproduce
The second block yields correct results when filtering, whereas the
renderDT
one does not.A minimal shiny app using
renderDT
which yields the proper results:Filtering for
carb == 8
yields the same results as the second cell in the flexdashbaord:Intended behaviour
I assume all 3 examples should yield the same results post filtering.
sessionInfo()
The text was updated successfully, but these errors were encountered: