basictabler: Render a table as a HTML widget.

View source: R/basictabler.R

basictablerR Documentation

Render a table as a HTML widget.

Description

The basictabler function is primarily intended for use with Shiny web applications.

Usage

basictabler(bt, width = NULL, height = NULL, styleNamePrefix = NULL)

Arguments

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).

Value

A HTML widget.

Examples

# See the Shiny vignette in this package for an example.

basictabler documentation built on June 8, 2025, 10:52 a.m.