You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simple example doesn't render due the alignment not being properly set.
# the error is not useful as the error occurs before.# instead of being stub_1 , var is c("trim", "mfr")gt::gtcars|>dplyr::group_by(trim, mfr) |>gt::gt(row_group_as_column=T)
#> Error in sprintf("<%s %s%sclass=\"gt_row %s%s\"%s>%s</%s>", elements, :#> Can't recycle elements#> #> Dans boxhead$var == var :#> Wrong size ( var has length 2)
@rich-iannone if you have any clue on where to fix this, it would be great. It feels like a well-placed change would possibly fix
The text was updated successfully, but these errors were encountered:
Stub creation seems quite affected by row names and row groups.
rowname_col
,groupname_col
androw_group.as_columns
in general.This is a list of issues that are related to this. Fixing the logic in dt_ creation may fix many issues automatically!
summary_rows(..., side = "top")
and row groups as columns #1561fmt_markdown()
doesnt affect group cols #1579rows_add()
creates an incorrect stub #1471multiple row groups
From #1552 (comment)
This simple example doesn't render due the alignment not being properly set.
@rich-iannone if you have any clue on where to fix this, it would be great. It feels like a well-placed change would possibly fix
The text was updated successfully, but these errors were encountered: