-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Disable selected cell title highlighting #11
Labels
Comments
@dwightwatson The following code disable NameRow.defaultRowInitializer = { row in
row.onCellHighlight { _, _ in }
row.onCellUnHighlight { _, _ in }
} You should do the same to each row type you want to disable. |
Awesome, nice solution. Thank you! |
Closed
This was referenced Jan 28, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to disable the highlighting of the title of the currently selected cell? I don't see it in the documentation, and a quick browse through the code seems to indicate you'd need to manually set the highlight colour to be the same as the default text colour. It would be great if there was a way you could disable it completely.
The text was updated successfully, but these errors were encountered: