Skip to content

Commit

Permalink
searchHighlight = TRUE interferes with manually-typed search entries …
Browse files Browse the repository at this point in the history
…with multiple "words"
  • Loading branch information
brownag committed Aug 23, 2020
1 parent 168fad1 commit 455e88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KST/KSTLookup/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Esta herramienta es una demostración básica de una database que aprovecha la e
" 'background-color': '#216734',", # javascript for DT style
" 'color': '#fff'",
"});",
"}"), searchHighlight = TRUE),
"}"), searchHighlight = FALSE),
escape = 1, filter = "bottom")

observeEvent(input$show, {
Expand All @@ -236,4 +236,4 @@ Esta herramienta es una demostración básica de una database que aprovecha la e
}

# Run the application
shinyApp(ui = ui, server = server)
shinyApp(ui = ui, server = server, )

0 comments on commit 455e88f

Please sign in to comment.