-
Notifications
You must be signed in to change notification settings - Fork 4
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
Highlighting master table columns #231
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I change an entry in the column that is already cyan (all rows match), I get the following where that single select cell is cyan. Do you get this as well? Hope it is not OS specific:
Similarly, if I go to a white column, change one row such that they are all the same, the selected cell stays white:
This reverts commit 1163b46.
… when checking for same values in column. This refs #231
Looking great now, new changes fix the highlighting bug! If flake8 issues brought up in CI are fixed, this is good to go. |
Most of the work has been done as part of #134 .
To test this PR,