Skip to content

A Shiny module UI function for displaying data in a reactable table or cards, with pagination and other features.

Usage

rectable_db_ui(
  id,
  title,
  background_color,
  foreground_color,
  spin_color = "purple"
)

Arguments

id

Module ID.

title

Title of the card.

background_color

Background color for the card header.

foreground_color

Foreground (text) color for the card header.

spin_color

Color for the spinner.

Value

A Shiny UI element.