From 7d5e8352a355f37e71c1eff2e4d26b7e372657b5 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 20 Jan 2024 16:19:59 -0500 Subject: [PATCH] minor --- R/tt_bootstrap.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/tt_bootstrap.R b/R/tt_bootstrap.R index c37e22fb..d346f51e 100644 --- a/R/tt_bootstrap.R +++ b/R/tt_bootstrap.R @@ -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)