Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 20, 2024
1 parent 96793ce commit 7d5e835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/tt_bootstrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ tt_bootstrap <- function(x, caption, theme, width, notes, ...) {
template <- gsub("styleCell", paste0("styleCell_", id), template, fixed = TRUE)
template <- gsub("styleHeaderCell", paste0("styleHeaderCell_", id), template, fixed = TRUE)
template <- gsub("$tinytable_TABLE_ID", paste0("tinytable_", id), template, fixed = TRUE)
browser()

# header
idx <- grep("$tinytable_BOOTSTRAP_HEADER", template, fixed = TRUE)
Expand Down

0 comments on commit 7d5e835

Please sign in to comment.