feat(core): Repeater multiple item templates implementation#8981
Conversation
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Dimitris - Rafail Katsampas.
|
2 similar comments
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Dimitris - Rafail Katsampas.
|
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Dimitris - Rafail Katsampas.
|
|
The cla-bot has been summoned, and re-checked this pull request! |
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Dimitris - Rafail Katsampas.
|
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Dimitris - Rafail Katsampas.
|
|
The cla-bot has been summoned, and re-checked this pull request! |
|
I apologize for this spam of cla-bot. I fixed commit author details and CLA problem is gone. EDITED: About travis-ci failing, I see there is an irrelevant error that also occurs on other newest PRs. |
NathanWalker
left a comment
There was a problem hiding this comment.
Great work @dimitrisrk thank you.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Dimitris - Rafail Katsampas.
|
|
@NathanWalker All done, thank you very much for guidance! |
PR Checklist
What is the current behavior?
Repeater does not support multiple item templates. This is a quite a limitation for NativeScript Core since it does not support any other iteration methods.
What is the new behavior?
This is my previous patch with further improvements and additions along with NativeScript 7 support.
Repeater will support multiple item templates using keys, just like ListView.
This time I included tests along with ui sample to provide a full solution.
Implements/Closes #3781 .
If issues occur, we can discuss about how to improve this feature. :)