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
{{ message }}
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
If the collection helper is used to render e.g. an ul, then it's hard to add a header and footer (need to use appendItem). It would be nice if this common case would be possible from the handlebars template.
Instead of inserting a new Wrapper-Element in the collection-element helper, it should append it to the parents element (maybe another helper name should be used).
This change would require to rewrite the update mechanism in the CollectionView (which first removes all content from the collection.el and then renders the items.
The text was updated successfully, but these errors were encountered:
In the mean time, it's possible to achieve this by subclassing CollectionView and using that (including {{collection-element}} and your other content in its template, instead of using the {{collection}} helper.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the collection helper is used to render e.g. an
ul
, then it's hard to add a header and footer (need to use appendItem). It would be nice if this common case would be possible from the handlebars template.Instead of inserting a new Wrapper-Element in the collection-element helper, it should append it to the parents element (maybe another helper name should be used).
This change would require to rewrite the update mechanism in the CollectionView (which first removes all content from the collection.el and then renders the items.
The text was updated successfully, but these errors were encountered: