The basictabler
function is primarily intended for use with Shiny web
applications.
basictabler(bt, width = NULL, height = NULL, styleNamePrefix = NULL)
bt | The table to render. |
---|---|
width | The target width. |
height | The target height. |
styleNamePrefix | A text prefix to be prepennded to the CSS declarations (to ensure uniqueness). |
A HTML widget.
# See the Shiny vignette in this package for an example.