Skip to content

table stub is right-aligned in RTF #2019

@bzkrouse

Description

@bzkrouse

Prework

Description

When a table with a left-aligned stub is output to RTF, the stub becomes right-aligned.

Reproducible example

exibble |>
     gt(
         rowname_col = "row",
         groupname_col = "group",
         row_group_as_column = TRUE
     ) |> 
    tab_style(
        style = list(cell_text(align = "left")),
        locations = list(cells_stub(), cells_row_groups())
    ) |> 
    gtsave("test.rtf")

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions