Skip to content

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

Usage

rectable_db_server(
  id,
  dados,
  ns_parent,
  column_list,
  config_eye,
  buttons_list = NULL,
  format_cards
)

Arguments

id

Module ID.

ns_parent

Namespace of the parent module.

column_list

List of columns for the reactable.

config_eye

Configuration for hiding/showing columns.

buttons_list

List of buttons to include. Default is NULL.

format_cards

Function to format the cards.

data_tbl

Data table to display.

Value

A Shiny server module.