Skip to content

Commit 6e032b1

Browse files
authored
Allow search in tm_file_viewer (#882)
Fixes #152 Just adding `search = TRUE` argument
1 parent 6311e52 commit 6e032b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/tm_file_viewer.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ ui_viewer <- function(id, ...) {
116116
dragAndDrop = FALSE,
117117
sort = FALSE,
118118
theme = "proton",
119-
multiple = FALSE
119+
multiple = FALSE,
120+
search = TRUE
120121
)
121122
)
122123
)

0 commit comments

Comments
 (0)