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

Custom data operations change the state of the data frame without any easy way to revert back #75

Open
armish opened this issue Apr 19, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@armish
Copy link
Member

armish commented Apr 19, 2019

When I do this type of filtering:

the df changes permanently without an easy way to undo the change. This also affects the summary view. Restarting the app solves the issue but df should ideally be immutable to prevent irreversible data filtering.

@armish armish added the enhancement New feature or request label Apr 19, 2019
@eric-czech
Copy link
Collaborator

Thanks @armish , it should be possible to undo the filtering by removing any code in that text area and then hitting apply again. Just to be sure, that wasn't working right?

I recently overhauled a lot of the code for the new virtualized tables and I probably messed something up related to the filtering.

@armish
Copy link
Member Author

armish commented Apr 22, 2019

That is correct -- removing the code and applying the changes didn't help. Not the most urgent issue, though. Just wanted to have this documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants