editableDT: Server function of editableDT Shiny module

Description Usage Arguments

View source: R/editableDT.R

Description

Server function of editableDT Shiny module

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
editableDT(
  input,
  output,
  session,
  data,
  length = 50,
  cols = 1:7,
  status = "default",
  showButtons = TRUE,
  enableSave = TRUE,
  editable = NULL,
  formatList = NULL,
  ...
)

Arguments

input

input

output

output

session

session

data

A reactive data object

length

numeric desired length of string

cols

numeric Initial columns to display

status

character. dropdownButton status. One of c("default","info","primary","danger","warning","success")

showButtons

logical

enableSave

logical

editable

logical

formatList

Null or list. Format list to be passed to formatStyle

...

Further arguments to be passed to datatable()


cardiomoon/editData documentation built on July 18, 2021, 2:53 p.m.