Exception when using .data_view()
with cleared table
#1351
Labels
Milestone
.data_view()
with cleared table
#1351
Uh oh!
There was an error while loading. Please reload this page.
Hi, discovered some exception thrown when using
.data_view()
with table that has been recently cleared.Let me show an example as it clearly demonstrate the issue.
When you add a row, click on it and click the clear button you get:
Exception/Error that I got:
I think something's wrong inside shiny, am I right?
Initially, I thought
df1.data_view(selected=False)
is justNone
but the error is weird, but it's not the case.The text was updated successfully, but these errors were encountered: