DillonHammill / DataEditR

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

Option to not display rownames in editor #40

Open DillonHammill opened 2 years ago

DillonHammill commented 2 years ago

Based on use cases within CytoExploreR, it would be handy to have an option to control whether the rownames are displayed in the editor. Ideally the rownames would be present in the output but just not displayed to the user.

However, I suspect that a feature would only work if row_edit = FALSE - as adding/removing rows would require addition/removal of unique rownames from the original data.