Create a Cheetah Grid widget
cheetah.Rd
Creates a high-performance table widget using Cheetah Grid.
Usage
cheetah(
data,
columns = NULL,
width = NULL,
height = NULL,
elementId = NULL,
rownames = TRUE
)
Arguments
- data
A data frame or matrix to display
- columns
A list of column definitions. Each column can be customized using
column_def()
.- width
Width of the widget
- height
Height of the widget
- elementId
The element ID for the widget
- rownames
Logical. Whether to show rownames. Defaults to TRUE.