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
Unique fixed items at the start/end of the list - example (screenshots of current behaviour below):
<iron-list items="[[items]]">
<div>I'm a list header</div>
<template>
<div>Item <span>{{index}}</span></div>
</template>
<div>I'm a list footer</div>
</iron-list>
The text was updated successfully, but these errors were encountered:
You could do this with an external scroll target being a parent element, and put the header/footer as siblings of the iron-list, but AFAIK external scroll targets haven't yet made the jump to 1.0 (I'm waiting on the support myself)...
Unique fixed items at the start/end of the list - example (screenshots of current behaviour below):
The text was updated successfully, but these errors were encountered: