Skip to content
New issue

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

using colWidths argument produces duplicate columns #418

Open
hamigua3000 opened this issue Nov 8, 2022 · 2 comments
Open

using colWidths argument produces duplicate columns #418

hamigua3000 opened this issue Nov 8, 2022 · 2 comments

Comments

@hamigua3000
Copy link

hello,

i noticed strange behavior when trying to use the colWidths argument within hot_cols. reprex below-- the first rhandsontable looks fine, but the second one has a duplicate mpg column. anyone else seen this issue?

install.packages("rhandsontable")
library(rhandsontable)

this example looks normal

rhandsontable(mtcars) %>%
   hot_cols(col(mtcars), manualColumnResize = TRUE, columnSorting = TRUE)

this example duplicates the first column (mpg)

rhandsontable(mtcars) %>%
   hot_cols(col(mtcars), manualColumnResize = TRUE, columnSorting = TRUE, colWidths = 100)
@sanjmeh
Copy link

sanjmeh commented Apr 28, 2023

@hamigua3000 @yihui is this package actively supported? I ask this question as I see many issues without any label or assignments or comments.

@yihui
Copy link
Contributor

yihui commented Apr 28, 2023

@sanjmeh I'm not an author or maintainer of this package (I only contributed a tiny bit several years ago). Please ask @jrowen. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants