DillonHammill / DataEditR

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

[Feature Request] Text on icon mouseover? #21

Closed AndyBunn closed 3 years ago

AndyBunn commented 3 years ago

Would it be possible to have text appear when you mouse over one of the buttons on the editor?

DillonHammill commented 3 years ago

@AndyBunn, this is on my list of things to do. It should be pretty straightforward using shinyBS.

DillonHammill commented 3 years ago

Done! Added to DataEditR v0.1.3 which is available for download from GitHub:

devtools::install_github("DillonHammill/DataEditR")

DataEditR 0 1 3

AndyBunn commented 3 years ago

Thanks!