DataEditR
DataEditR copied to clipboard
Does DataEditR really works when using 3+ filters?
I used the rhandsontable package from there devtools::install_github("DillonHammill/rhandsontable") (even if I had no problems with the regular one)
iris dataset
data_edit(iris)
2 filters:
3 filters:
now the resulting table is fucked up :
What's funny is the Vignette (https://cran.r-project.org/web/packages/DataEditR/vignettes/DataEditR.html) shows 2 filters, but in the demo a third filter is added before being quickly deleted before closing the hover menu. It makes me wonder if this is a known bug which has never been fixed..
I don't know if i can fix this myself
Fixed in my fork