-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Milestone
Description
Great new option, however some styling disappears.
when running
table <- gtcars[1:10,] |>
gt() |>
data_color("mfr",colors = "lightgray") |>
cols_hide(columns = trim) |>
opt_table_lines(extent = c("none")) |>
tab_options(table.font.size = px(12), table.align = "left")
table
but when ading opt_interactive() some styling disappears, like fontsize and lines:
table |>
opt_interactive()
Is this a bug, or do I something wrong
boshek, sean-S2G, olivroy and lukecarter20mcanouil
Metadata
Metadata
Assignees
Type
Projects
Status
Done

