How To Re Run Dom-repeat With Sort When Bool Property Changed In Polymer Element
How can I rerun sort and render element when something changed in my element or whenever I want from code or automatically? Thank you Copy
More info here: https://www.polymer-project.org/1.0/docs/devguide/templates.html#filtering-and-sorting-lists
PS: you need to set your field using this.set("array.index.field", value), otherwise your observer won't be notified
Post a Comment for "How To Re Run Dom-repeat With Sort When Bool Property Changed In Polymer Element"