DillonHammill / DataEditR

An Interactive R Package for Viewing, Entering Filtering and Editing Data
https://dillonhammill.github.io/DataEditR/
381 stars 40 forks source link

Does DataEditR really works when using 3+ filters? #68

Open sbridel opened 6 months ago

sbridel commented 6 months ago

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: image

image

3 filters: image

now the resulting table is fucked up :

image

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

sbridel commented 6 months ago

Fixed in my fork