googlearchive / core-list

Polymer virtualized list element
25 stars 20 forks source link

Binding Groups and Index to model #88

Open indolering opened 9 years ago

indolering commented 9 years ago

A lot of data already has a group or unique id embedded in it, or can be created by concatenating multiple fields. This would make it trivial to group items based on attributes of the model. We could also build an alternate index which can be used to perform scroll events without having to reverse engineer the list's index.

indolering commented 9 years ago

It would also be nice if the physical elements used a Map so one can easily check if a given item is rendered.