Hi Guys I am trying to add a item to a core-list when using groups. All is great when first initialised and render of the grouped data-set. The problem is when I want to add a new item, The grouping is setup using a nested data array ( list[ [item1,item2] ] )
When it is time to add a new item I simply try this approach list[0].push(newItem) to add the item to the end of the first group. What I am noticing is that an item jumps up from the second group into that position not the item I intended to add I am unsure if this is a issue or if there is a best method of adding items to core-list when in group mode. Regards Daniel. Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/343285c6-e87f-4b02-a6a6-abea8155c470%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
