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
The recent update to Shiny 0.9.0 broke the DataTable input, which was one of the updates in this new version.
At this point input.<tableID>_selected_rows() stopped working and is no longer updating any reactive function.
You can check your own demo example provided in the documentation to see it is broken.
I hope this can be patched soon :) Downgrading to version 0.8.1 reverts the issue.