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

data_edit crashes if the last column is selected #66

Open
rraebild opened this issue Dec 31, 2023 · 0 comments
Open

data_edit crashes if the last column is selected #66

rraebild opened this issue Dec 31, 2023 · 0 comments

Comments

@rraebild
Copy link

rraebild commented Dec 31, 2023

I am having a weird experience:

tibble( a= 1:3, b=4:6, c=7:9) %>% data_edit()

Even this simple code crashes, when I want to select the last column with the select button.
And it does not matter whether I select only the last column or if I select several columns together with the last column.
Whenever the last column is elected, it crashes.

This is the error message:

Listening on http://127.0.0.1:4824
Warning: Error in [.data.frame: nicht definierte Spalten gewählt
51: stop
50: [.data.frame
48: observe
47:
4: shiny::runApp
3: runGadget
2: data_edit
1: %>%

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

1 participant