Skip to content

Commit

Permalink
update default table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed May 6, 2024
1 parent 3638364 commit 96efe20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/fct_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ record_detail_table <- function(df, preprocess = TRUE, nrow = NULL) {
itunesId = colDef(
show = FALSE
),
itunesIdText = colDef(
show = FALSE
),
originalUrl = colDef(
name = "Original URL",
cell = function(value) {
Expand Down

0 comments on commit 96efe20

Please sign in to comment.