How do I get data to display in a DT when using runtime: shiny in the YAML header of my flexdashboard document?
I have a flexdashboard document. In one section I wish to display a DT data table.
I hope to use the DT in a reactive context where clicking on a row returns the value of one of the columns for use in another shiny component.