Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to bold row labels for html tables? #206

Closed
anajens opened this issue Jun 17, 2021 · 2 comments
Closed

Is there a way to bold row labels for html tables? #206

anajens opened this issue Jun 17, 2021 · 2 comments

Comments

@anajens
Copy link
Contributor

anajens commented Jun 17, 2021

Viewer has the argument row.names.bold which does not seem to be in use right now. I'm wondering if there is an alternative simple way to add the markup? For example, with ** My Label **

basic_table() %>%
  split_cols_by("ARM") %>%
  analyze("AGE", show_labels = "visible", var_labels = "** AGE **") %>%
  build_table(ex_adsl)
@m7pr
Copy link
Contributor

m7pr commented Jul 12, 2023

yeah, in 2023 row.names.bold is still not used

Viewer <- function(x, y = NULL, row.names.bold = FALSE, ...) {

@edelarua
Copy link
Contributor

Closed by #780 - use bold argument to as_html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

5 participants