davidgohel / ReporteRs

Note that ReporteRs has been removed from CRAN the 16th of July 2018 and is not maintained anymore. please migrate to officer.
244 stars 44 forks source link

Vertical headers not available in html output #159

Closed maschere closed 8 years ago

maschere commented 8 years ago

Hi David,

we are using FlexTable in an interactive Shiny App. When specifiying vertical header names, the html output of renderFlexTable (or also in the Viewer pane for that matter) still shows horizontal names. The .docx output is working correctly however.

Code to reproduce: `#shows horizontal header names in the Viewer, same bug appears in renderFlexTable vanilla.table(head(iris), text.direction = "btlr")

addFlexTable works correctly though`

davidgohel commented 8 years ago

Yes,

There is no support for that in HTML right now.