Hi
How could I remove an Item in a core-list or clear the list?
I retrieve my list from a Database. When I select an Item, the Item would
be deleted in the Database and my list refreshed.
But the last Item could not deleted, because my list doesn' t refresh
without an entry in the Database.
How could I remove the last entry.
<core-list
on-core-activate="{{selectBookedItem}}"
id="listNewBookedItems"
data="{{ajaxResponseBookedItem}}">
<template>
<div id="bbb" class="newBookedItem {{ {selected: selected} | tokenList
}}">
<div id="itemFontSmall">Preis: {{artikelpreis}}</div>
</div>
</template>
</core-list>
Polymer('element-posmain', {
// Remove Code
});
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/8b87af7c-aac0-4a02-9467-943ea4237b2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.