I have following dataframe in shiny which looks something like this. I am using renderDataTable to display this in shiny
  QC1     QC2     QC3
   12      23      34
I want it to be displayed like this in a tabular format
  Parameters        Resources
     QC1               12
     QC2               23
     QC3               32
I am using transpose to change it. but it is displaying only values.
 
     
    