Skip to content

Commit

Permalink
chore: add onClick = "select" to both app list and job list tables
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepanshKhurana committed Nov 22, 2024
1 parent 8089895 commit ac42cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/view/mod_app_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ server <- function(id, app_list, state) {
searchable = TRUE,
borderless = TRUE,
pagination = FALSE,
onClick = "select",
selection = "single",
columns = list(
guid = colDef(
Expand Down
1 change: 1 addition & 0 deletions app/view/mod_job_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ server <- function(id, state) {
selection = "single",
borderless = TRUE,
pagination = FALSE,
onClick = "select",
columns = list(
job = colDef(
cell = function(job_data) {
Expand Down

0 comments on commit ac42cd1

Please sign in to comment.