-
Notifications
You must be signed in to change notification settings - Fork 124
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
Exception on programmable deleting of selected rows() #208
Comments
The same problem after adding new row using |
The problem is the color dataframe is not synced when rows are added/deleted. I think the method of implementing using a parallel dataframe colors is too fragile. |
@dmnfarrell 1. Don't you think that update_rowcolors() should always be called into insertRow() and deleteRows()? |
|
The following exception is thrown:
Please notice: although it occurs frequently, I don't have steadily reproduced scenario.
During the debugging, I noticed that index of
self.rowcolors
does not match the actual self.model.df.The text was updated successfully, but these errors were encountered: