Skip to content

Commit

Permalink
Removed auto-selection of Row 1 of data table on concepts tab (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
DW10 authored Dec 19, 2024
1 parent 67733da commit 24b0f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/R/mod_datatable.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mod_datatable_server <- function(id, selected_dates, bundle_concepts) {
"Vocabulary ID" = "vocabulary_id",
"Concept Class ID" = "concept_class_id"
),
selection = list(mode = "multiple", selected = 1, target = "row")
selection = list(mode = "multiple", target = "row")
)

## Automatically select rows in datatable when a bundle is selected
Expand Down

0 comments on commit 24b0f51

Please sign in to comment.