resultTableServer.Rd
Result Table Server
resultTableServer(
id,
df,
colDefsInput,
details = data.frame(),
selectedCols = NULL,
sortedCols = NULL,
elementId = NULL,
addActions = NULL,
downloadedFileName = NULL,
groupBy = NULL
)
string, table id must match resultsTableViewer function
reactive that returns a data frame
named list of reactable::colDefs
The details of the results such as cohort names and database names
string vector of columns the reactable should display to start by default. Defaults to ALL if not specified.
string vector of columns the reactable should sort by by default. Defaults to no sort if not specified.
optional string vector of element Id name for custom dropdown filtering if present in the customColDef list. Defaults to NULL.
add a button row selector column to the table to a column called 'actions'. actions must be a column in df
string, desired name of downloaded data file. can use the name from the module that is being used
The columns to group by
shiny module server
Other Utils:
createCustomColDefList()
,
datasourcesHelperFile()
,
datasourcesServer()
,
datasourcesViewer()
,
makeButtonLabel()
,
resultTableViewer()
Other Utils:
createCustomColDefList()
,
datasourcesHelperFile()
,
datasourcesServer()
,
datasourcesViewer()
,
makeButtonLabel()
,
resultTableViewer()