From 8a2251ac8b39284ff577c8b6e5c246b1716e881c Mon Sep 17 00:00:00 2001 From: nhall6 Date: Fri, 18 Aug 2023 16:09:23 -0400 Subject: [PATCH] oxygenising resultTableServer --- man/resultTableServer.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/resultTableServer.Rd b/man/resultTableServer.Rd index f7cbde3f..a374122b 100644 --- a/man/resultTableServer.Rd +++ b/man/resultTableServer.Rd @@ -10,6 +10,7 @@ resultTableServer( colDefsInput, selectedCols = NULL, sortedCols = NULL, + elementId = NULL, addActions = NULL, downloadedFileName = NULL ) @@ -25,12 +26,12 @@ resultTableServer( \item{sortedCols}{string vector of columns the reactable should sort by by default. Defaults to no sort if not specified.} +\item{elementId}{optional string vector of element Id name for custom dropdown filtering if present in the customColDef list. Defaults to NULL.} + \item{addActions}{add a button row selector column to the table to a column called 'actions'. actions must be a column in df} \item{downloadedFileName}{string, desired name of downloaded data file. can use the name from the module that is being used} - -\item{elementId}{optional string vector of element Id name for custom dropdown filtering if present in the customColDef list. Defaults to NULL.} } \value{ shiny module server