We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opt_interactive()
cols_merge()
Merging doesn't happen with interactive html tables.
gt_tbl <- sp500 |> dplyr::slice(50:55) |> dplyr::select(-volume, -adj_close) |> gt::gt() |> cols_merge( columns = c(open, close), pattern = "{1}—{2}" ) |> cols_merge( columns = c(low, high), pattern = "{1}—{2}" ) |> cols_label( open = "open/close", low = "low/high" ) gt_tbl
gt_tbl |> opt_interactive()
The colums are properly hidden however.
The merged cells to show.
Latest gt version (0.11.0)
The text was updated successfully, but these errors were encountered:
sub_*()
rich-iannone
Successfully merging a pull request may close this issue.
Description
Merging doesn't happen with interactive html tables.
The colums are properly hidden however.
Expected result
The merged cells to show.
Session info
Latest gt version (0.11.0)
The text was updated successfully, but these errors were encountered: