-
Notifications
You must be signed in to change notification settings - Fork 0
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
Render Collection with index #11
Comments
@roman-dubrovsky now we can go with smth like this:
and we can archive the same functionality. |
@DDKatch heh, I don't remember anything about this issue 😕 |
Sounds reasonable thing to have for me. We can go with: = concept("welcome/top_participant/cell", collection: top5_users_game_sessions, index: true) And mark Thoughts? |
@AleksSenkou I thought that according to namespace 'welcome/top_participant/cell' it should represent single model for each element from collection. But even if it's for collection, what view we should use for a single one? |
@DDKatch yeah, it represents single model for each element from collection |
@DDKatch please, leave here a summary of yesterday's discussion |
@AleksSenkou I got your point that it's more convenient to use separate logic for that. |
= concept("welcome/top_participant/cell", collection: top5_users_game_sessions)
Also need to add the element index in the collection
The text was updated successfully, but these errors were encountered: