-
Notifications
You must be signed in to change notification settings - Fork 49
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
top-left indentation is lost with Viewer or as_html #204
Comments
@gmbecker yes this is happening after fix for #194.
|
Just to add an example which is probably related: tbl <- basic_table() %>%
split_rows_by("ARMCD", label_pos = "topleft", split_label = " XXX") %>%
analyze("AGE") %>%
build_table(ex_adsl) Print looks OK
This is not a new issue. I checked back in the Dec 2020 release and the header indentation was not working there either. |
Its not header information, per se but rather top_left material
specifically, but yes I believe its been present since I put top left
functionality in in the first place.
…On Wed, May 26, 2021 at 1:57 PM anajens ***@***.***> wrote:
Just to add an example which is probably related:
tbl <- basic_table() %>%
split_rows_by("ARMCD", label_pos = "topleft", split_label = " XXX") %>%
analyze("AGE") %>%
build_table(ex_adsl)
Print looks OK
XXX all obs
------------------
ARM A
Mean 33.77
ARM B
Mean 35.43
ARM C
Mean 35.43
In html spaces are ignored:
[image: image]
<https://user-images.githubusercontent.com/43623360/119730085-54d0fa00-be43-11eb-9b98-45c11382ded2.png>
This is not a new issue. I checked back in the Dec 2020 release and the
header indentation was not working there either.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#204 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG53MJRCKJEQP2QT7DKFW3TPVOFLANCNFSM45FSUMPA>
.
|
It was not too noticeable in tables with 2 levels in the top-left. But with more levels it does make it difficult to read. |
Apologies for it not being tagged (or mentioned in the NEWS file) but this is fixed in version |
Hi @gmbecker any chance the top-left header indentation can be aligned with the table row labels? For example, the second split variable row labels (eg CHN) now seems to be aligned with the third split variable top-left header (Biomarker). |
Following fix for #194, this is still an issue.
The nice indentation in the header is lost when displaying rtables in the Viewer or as html:
Originally posted by @anajens in #194 (comment)
The text was updated successfully, but these errors were encountered: