data_table_server: Data Table Server

View source: R/data_table_server.R

data_table_serverR Documentation

Data Table Server

Description

Data Table Server

Usage

data_table_server(
  id,
  tbl,
  options = list(pageLength = 10),
  color = F,
  color_column = NULL,
  colors = NULL,
  ...
)

Arguments

id

a shiny id

tbl

at tibble

options

sent to DT::datatable

color

T/F

color_column

a column in the tbl

colors

sent to DT::styleEqual

...

args sent to DT::datatable


CRI-iAtlas/iatlas.modules2 documentation built on Dec. 19, 2024, 8:14 p.m.