diff --git a/inst/templates/bootstrap.html b/inst/templates/bootstrap.html index 3f61dfa1..a7ba448b 100644 --- a/inst/templates/bootstrap.html +++ b/inst/templates/bootstrap.html @@ -40,16 +40,17 @@ } // tinytable cells before this - - + + + diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index 4f584e81..594ddcf1 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -408,7 +408,7 @@ tt(dat) |> We can use the standard `which` function from Base `R` to create indices and apply conditional stying on rows. And we can use a regular expression in `j` to apply conditional styling on columns: -```{r, eval = FALSE} +```{r} dat <- mtcars[1:10, 1:5] tt(dat) |>