You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to implement a generic tableRow that allows me to use any Eureka cell type within the tableRow. I think I'm on the right track using the cellProvider and configureCell but I can't get the tableRow to use the generic cellType I pass it.Instead, it uses the default text cellType and prints the desired cell type as the row value.
Is it possible what I am trying to do? what am I misunderstanding?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to implement a generic tableRow that allows me to use any Eureka cell type within the tableRow. I think I'm on the right track using the cellProvider and configureCell but I can't get the tableRow to use the generic cellType I pass it.Instead, it uses the default text cellType and prints the desired cell type as the row value.
Is it possible what I am trying to do? what am I misunderstanding?
The text was updated successfully, but these errors were encountered: