Is it possible to have a CollectionView render a <ul> container, with it’s items as <li>‘s, and insert a static <li> item in at the end? We are iterating over an array of objects that are rendered as links, and would like a “new” link to be inserted at the end of the list.
Is it possible to have a CollectionView render a <ul> container, with it’s items
Share
This should help…