Description
Hello,
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.
Thanks!