Creating drill down report in R Shiny
问题 I am trying to display a data table with 'n' number of columns as shown below Begin Date | EndDate | Month | Year | Count of Students 2/1/2014 | 1/31/2015 | Jan | 2014 | 10 3/1/2014 | 2/28/2015 | Feb | 2014 | 20 4/1/2014 | 3/31/2015 | Mar | 2014 | 30 5/1/2014 | 4/30/2015 | Apr | 2014 | 40 I want to make this data table interactive by enabling the drill down/drill through functionality, where a user can click on each of the values in the "Count of Students" field to see the underlying raw data