this may be a silly question. I tried to access a table create using shiny module, which is created in a name space, and now I want to read the table from parent session, but I can't figure out how to do this now.
ns <- shiny::NS(id)
column(12, DT::DTOutput(ns("tbl"))
I try to access the table object("tbl") from parent session thanks if anyone can help