We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37dfa2 commit 594d7b6Copy full SHA for 594d7b6
R/tm_data_table.R
@@ -149,19 +149,15 @@ tm_data_table <- function(label = "Data Table",
149
),
150
ui_args = list(
151
pre_output = pre_output,
152
- post_output = post_output,
153
- decorators = decorators
+ post_output = post_output
154
)
155
156
attr(ans, "teal_bookmarkable") <- TRUE
157
ans
158
}
159
160
# UI page module
161
-ui_page_data_table <- function(id,
162
- pre_output = NULL,
163
- post_output = NULL,
164
- decorators = decorators) {
+ui_page_data_table <- function(id, pre_output = NULL, post_output = NULL) {
165
ns <- NS(id)
166
167
tagList(
0 commit comments