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
A feature that I'm missing in this great package is the ability to "span cells" between rows. This would be a feature similar as gt currently behaves when passing it a grouped dataframe. However, instead of adding the grouped column as an additional row, it would be cool if there was a way to merge cells with the same value, similar to the function kableExtra::collapse_rows (see way below)
A feature that I'm missing in this great package is the ability to "span cells" between rows. This would be a feature similar as
gt
currently behaves when passing it a grouped dataframe. However, instead of adding the grouped column as an additional row, it would be cool if there was a way to merge cells with the same value, similar to the functionkableExtra::collapse_rows
(see way below)Current behaviour
Desired output as demonstrated with
kableExtra
:PS: Issue #108 (comment) contains a link to this very feature from kableExtra, but that might be a mistake
The text was updated successfully, but these errors were encountered: