-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Changing color of only one cell inside a row. #17
Comments
@pavankataria Would you be able to add this in the coming days? How long would it take? |
Hey there, I sure can. I've just been thinking about the implementation of the API and how users would best want to interface with a feature like this. Have you tried implementing this yourself? Might be worth a shot. Suggestions are welcomed. |
@pavankataria I was unsuccessful in coming up with a solution lol. Did you get a chance to look into this? |
Okay @hamzabinamin, i'll take a look at this on the weekend! |
@pavankataria did you get a chance to figure this out? |
Hey it's been extremely busy for me! A pull request is welcome! Look at how I highlight the entire column, create another method but do it for a single cell. |
@hamzabinamin have you worked this out? I'd love a pull request, otherwise I'll have to implement this with a delegate method |
@pavankataria Hey, we've put a hold on this feature for now. Unfortunately there wasn't much time to implement that. If you can include that in the delegate methods then that would be great man. |
I have two questions:
func dataTable(_ dataTable: SwiftDataTable, highlightedColorForRowIndex at: Int) -> UIColor
func dataTable(_ dataTable: SwiftDataTable, unhighlightedColorForRowIndex at: Int) -> UIColor
The text was updated successfully, but these errors were encountered: