Positioning the Newly Added Contact
Learn how to change the order in collection view using attachHtml function.
We'll cover the following...
So far, we've added the “New Contract” button including the functionality. Let’s add one last touch. We’d like to add the new item view at the top of the list instead of it being appended at the bottom.
Positioning the new item at the top
Collection views define an attachHtml
function that is used to determine how child views should be ...